Find Data Member Function

Returns the index of a value in the <TypeInfoArray> or -1 if the value is not in the array.

Prototype

int32 Find( TypeInformation p_oTypeInformation, int32 p_nStartIndex )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInformationThe <TypeInformation> pointer you wish to find.
int32p_nStartIndexThe start index of the search.

Examples

Copy Text To Clipboard

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