<GraphicsFeatureArray> 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
int32AddAdds a <GraphicsFeature> object by value. This means that the value of the <GraphicsFeature> object is copied onto an existing entry in the array - the object itself is not added to the array.
int32ClearResets the array count to zero.
<GraphicsFeature>GetReturns a pointer to the <GraphicsFeature> object at the specified index.
int32GetCountReturns the number of items in the array.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
GraphicsFeature[]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.
int32CountSets or gets the count of the array.
int32ReserveGets or sets the reserve allocation. Note: this does not change the array count, it merely changes the size of the underlying buffer.