Provides access to members that manage an array of GxObjects.
Product Availability
Available with ArcGIS Desktop.
Members
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. |
CoClasses that implement IGxObjectArray
CoClasses and Classes | Description |
---|---|
GxObjectArray | GxObject that represents an array of GxObjects. |