GetOption Data Member Function

Returns a string at the specified index. This string represents the string properties of the <TypeRepNode>. The index refers to a value from the TypeRepOptions enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Prototype

string GetOption( string p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
stringp_nIndexThe index of the value you wish to retrieve. Must be less than TypeRepOptions_Max. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.