Provides script language access to C++ objects of this type.
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| int32 | AddObject | Adds a <DataCapture> object to the <DataCaptureList>. The <DataCaptureList> takes ownership of this object. |
| int32 | Clear | Clears the underlying <DataCaptureList> object and destroys any <DataCapture> objects resident in the <DataCaptureList>. |
| <DataCapture> | Get | Returns a pointer to the first <DataCapture> object in the underlying <DataCaptureList>. |