Provides script language access to C++ objects of this type.
| Class Hierarchy | No registered superclass. |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| int32 | Add | Adds 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. |
| int32 | Clear | Resets the array count to zero. |
| <GraphicsFeature> | Get | Returns a pointer to the <GraphicsFeature> object at the specified index. |
| int32 | GetCount | Returns the number of items in the array. |
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. |
| int32 | Count | Sets or gets the count of the array. |
| int32 | Reserve | Gets or sets the reserve allocation. Note: this does not change the array count, it merely changes the size of the underlying buffer. |