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


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

IObjects Interface

Provides access to members that manipulate a collection of objects.

Product Availability

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

Members

Name Description
Method Count The number of objects in the array that belong to a specific class.
Method Get Retrieves an object from the array by index.
Method Insert Insert object into the array at the given index.
Method Remove Removes 'count' number of objects from the array starting at the given index.
Method Set Add an object at the given index replacing the existing object, which is returned.

Classes that implement IObjects

Classes Description
Objects The Objects CoClass.