This document is archived and information here might be outdated.  Recommended version.


IGxObjectArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectArray Interface
ArcGIS Developer Help

IGxObjectArray Interface

Provides access to members that manage an array of GxObjects.

Product Availability

Available with ArcGIS Desktop.

Members

Name 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.

Classes that implement IGxObjectArray

Classes Description
GxObjectArray GxObject that represents an array of GxObjects.

.NET Samples

Custom GxObject Custom Root Object (Style Gallery) Custom Root Object (Style Gallery)