Add Data Member Function

Adds a <DataCapture> object to this <DataCaptureList>

Prototype

int32 Add( DataCapture p_oCapture )

Parameters

Parameter Type Parameter Name Documentation
<DataCapture>p_oCaptureA pointer to the <DataCapture> object to add. This must be allocated with new since this function transfer ownership of the <DataCapture> object to the <DataCaptureList>.

Examples

Copy Text To Clipboard

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