AddTypeSequence Data Member Function

Populates the array with a user-defined number of <TypeInformation> object pointers.

Prototype

int32 AddTypeSequence( TypeInformation p_oTypeInformation, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInformationA pointer to the <TypeInformation> object you wish to add to the array.
int32p_nCountThe number of <TypeInformation> pointers to add to the array.

Examples

Copy Text To Clipboard

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