InsertParameterSet Data Member Function

Inserts a set of match parameters at the specified index.

Prototype

int32 InsertParameterSet( int32 p_nIndex, Int32Array p_aiParams )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which to perform the insertion. If the specified index already contains match parameters, all subsequent match parameters are shifted past the inserted parameters.
<Int32Array>p_aiParamsA pointer to an <Int32Array> containing the match parameters to insert.

Examples

Copy Text To Clipboard

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