ModelUtilsGetAdditionalModelText Method  | 
 
            Experimental: retrieve additional text from model resource.
            
 
    Namespace: 
   PDTec.IceNet.Sdk.Utils
    Assembly:
   PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
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