This document is archived and information here might be outdated. Recommended version. |
Provides access to members that manage an array of GxObjects.
Name | Description | |
---|---|---|
Count | The number of objects in the array. | |
Empty | Removes all objects from the array. | |
Insert | Inserts an object into the array before the specified index. If index is -1, the object is inserted at the end. | |
Item | The object at the given index in the array. | |
Remove | Removes the object at the specified index in the array. |
Classes | Description |
---|---|
GxObjectArray | GxObject that represents an array of GxObjects. |