InsObject Data Member Function

Inserts a <DataCapture> into the <DataCaptureList> at the specified index. The <DataCaptureList> takes ownership of the inserted <DataCapture> object.

Prototype

int32 InsObject( DataCapture p_oCapture, int32 p_nInex )

Parameters

Parameter Type Parameter Name Documentation
<DataCapture>p_oCaptureA pointer to the <DataCapture> object to insert.
int32p_nInexThe index at which to insert the <DataCapture> object.

Examples

Copy Text To Clipboard

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