GetIndicesByType Data Member Function

Populates an <Int32Array> with the indices of any nodes of the specified type.

Prototype

int32 GetIndicesByType( TypeInformation p_oTypeInfo, Int32Array dst )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInfoA <TypeInformation> value of the <Node> objects whose indices to query.
<Int32Array>dstA pointer to an <Int32Array> that stores the indices.

Examples

Copy Text To Clipboard

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