ArcObjects Library Reference (Catalog)  

IGxObjectArray Interface

Provides access to members that manage an array of GxObjects.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read-only property Count The number of objects in the array.
Method Empty Removes all objects from the array.
Method Insert Inserts an object into the array before the specified index. If index is -1, the object is inserted at the end.
Method Item The object at the given index in the array.
Method 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.

.NET Samples

Custom Root Object (Style Gallery) (Code Files: clsGxStyleGallery clsGxStyleGalleryClass) | Custom GxObject (Code Files: GxPyFactory)