Combine Data Member Function

Given ArrayA ( this array ) and ArrayB ( not this array ), combines ArrayB with ArrayA at the specified index in ArrayA.

Prototype

int32 Combine( Float64VectorArray p_oFloat64VectorArrayB, int32 p_nInsertIndex )

Parameters

Parameter Type Parameter Name Documentation
<Float64VectorArray>p_oFloat64VectorArrayBThe array you wish to combine with the destination array.
int32p_nInsertIndexThe index at which to insert the source array into the destination array.

Examples

Copy Text To Clipboard

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