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


IDataObjectArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataObjectArray Interface
ArcGIS Developer Help

IDataObjectArray Interface

Array of DataObject elements

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Add Adds a DataObject.
Read-only property Count Data Object count.
Read-only property Element The Data Object at the specified position.
Method Insert Adds a Data Object at the specified position.
Method Remove Removes the Data Object at the specified position.
Method RemoveAll Removes all Data Objects.

Classes that implement IDataObjectArray

Classes Description
DataObjectArray DataObjectArray co-class.