Populates an <Int32Array> with the indices of any nodes of the specified type.
int32 GetIndicesByType( TypeInformation p_oTypeInfo, Int32Array dst )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| TypeInformation | p_oTypeInfo | A <TypeInformation> value of the <Node> objects whose indices to query. |
| <Int32Array> | dst | A pointer to an <Int32Array> that stores the indices. |
None published. Please look for an example in the Simdify Scripting Language code base.