SetOption Data Member Function

Sets the value of a <TypeRepNode> string parameter. This value refers to the TypeRepOptions enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Prototype

int32 SetOption( int32 p_nIndex, string p_sValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the string parameter you wish to set. Must be less than TypeRepOptions_Max. This value refers to the TypeRepOptions enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
stringp_sValueThe value of the string.

Examples

Copy Text To Clipboard

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