AddObject Data Member Function

Adds a <DataCapture> object to the <DataCaptureList>. The <DataCaptureList> takes ownership of this object.

Prototype

int32 AddObject( DataCapture p_oObject )

Parameters

Parameter Type Parameter Name Documentation
<DataCapture>p_oObjectA pointer to the <DataCapture> object to add to the <DataCaptureList>.

Examples

Copy Text To Clipboard

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