GetPackedObjects Data Member Function

Populates a <List> with all <DataCapture> objects stored by a particular <DataCapture> package. For example: a <VectorDataCapturePackage> object ( which is a subclass of <DataCapture> ) may contain up to four <Float32DataCapture> objects, and a <MatrixDataCapturePackage> may contain up to four <VectorDataCapturePackage> objects, each of which can contain up to four <Float32DataCapture> objects. This function populates the <List> with all <DataCapture> objects in the package or set of packages.

Prototype

int32 GetPackedObjects( List p_lDataCaptureObjects )

Parameters

Parameter Type Parameter Name Documentation
<List>p_lDataCaptureObjectsThe <List> you wish to populate with <DataCapture> objects.

Examples

Copy Text To Clipboard

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