Set Data Member Function

Sets the value of the element at the specified index.

Prototype

int32 Set( int32 p_nIndex, Float32Matrix p_oMatrix )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the element to set.
<Float32Matrix>p_oMatrixA pointer to the object to set at the specified index.

Examples

Copy Text To Clipboard

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