<VariantArray> Data Interface

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

Class HierarchyNo registered superclass.

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AddThis option is undocumented at present.
int32GetCountReturns the count of the underlying array object.
int32InsThis option is undocumented at present.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
Variant[]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.
int32CountGets or sets the number of elements in the array.