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: 7.2.0.0 (7.2.7583.15464)
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