| ModelUtilsGetAdditionalModelText Method  | 
            Experimental: retrieve additional text from model resource.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string GetAdditionalModelText(
	string textResourceKey
)
Parameters
- textResourceKey
 - Type: SystemString
The fully qualified resource key (no implicit patterns applied). 
Return Value
Type: 
StringThe localized text.
RemarksThe modelName attribute in the configuration is ignored for this method.
See Also