Set Data Member Function

Sets the value at the specified index to the value of the specified object.

Prototype

int32 Set( int32 p_nIndex, Color p_oColor )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the value you wish to set.
<Color>p_oColorA pointer to the <Color> object containing the value you wish 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.