GetPackedObjectsBuffer Data Member Function

Populates a <TypeBuffer> with all internal <DataCapture> objects being stored by the <DataCaptureList>, including <DataCapture> objects nested in other <DataCaptureList> objects.

Prototype

int32 GetPackedObjectsBuffer( TypeBuffer p_apObjects )

Parameters

Parameter Type Parameter Name Documentation
<TypeBuffer>p_apObjectsA pointer to the <TypeBuffer> that stores the internal <DataCapture> objects. Note this collection will refer to these objects, and does not take ownership.

Examples

Copy Text To Clipboard

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