<DataCaptureIndices> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » DataCaptureIndices

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32ArrayIndexReturns an <int32> representing the index in the array from which you wish to capture data.
int32ColsReturns an <int32> representing the column index of the <Matrix> from which you wish to capture data.
int32DestinationCountThe numbe of items to write into the destination.
int32DestinationStartIndexThe index at which to start writing into the destination.
int32RowsReturns an <int32> representing the row index of the <Matrix> from which you wish to capture data.
int32SourceCountThe number of source items to write to the destination.
int32SourceStartIndexThe index at which to start seeking source items that will be written to the destination.
int32VectorComponentReturns an <int32> representing the index of the vector component from which you wish to capture data.