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


IDataElements Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataElements Interface
ArcGIS Developer Help

IDataElements Interface

Provides access to the DataElements Interface.

Product Availability

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

Members

Name Description
Method Add Adds a data element.
Read-only property Count The data element count.
Read-only property Element The data element at the specified position.
Method Insert Adds a data element at the specified position.
Method Remove Removes the data element at the specified position.
Method RemoveAll Removes all data elements.

Classes that implement IDataElements

Classes Description
DataElements A collection of DataElement objects.