<BooleanVectorArrayNode> Data Interface

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

Class HierarchyType » Node » VariableNode » VariableArrayNode » BooleanVectorArrayNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
<Int32VectorArray>GetArrayReturns a pointer to the underlying array object.
int32GetCountReturns the count of the underlying array object.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
Int32Vector[]Objects[ index ]Gets or sets the value of an element in the array at the specified index. The syntax is array.Objects[ n ], where n is a valid index into the array.
<Int32VectorArray>ValueReturns the value of this <Node> object's underlying <Int32Array>. For example: to assign the value of this object to another <BooleanArrayNode>, or another <Int32Array>.
int32DimensionGets or sets the vector dimension of the <BooleanVectorArrayNode>. Value must be 2, 3, or 4.