Click or drag to resize
ModelUtilsGetAdditionalModelText Method
Experimental: retrieve additional text from model resource.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string GetAdditionalModelText(
	string textResourceKey
)

Parameters

textResourceKey
Type: SystemString
The fully qualified resource key (no implicit patterns applied).

Return Value

Type: String
The localized text.
Remarks
The modelName attribute in the configuration is ignored for this method.
See Also