This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjects Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that manipulate a collection of objects.
Description | ||
---|---|---|
Count | The number of objects in the array that belong to a specific class. | |
Get | Retrieves an object from the array by index. | |
Insert | Insert object into the array at the given index. | |
Remove | Removes 'count' number of objects from the array starting at the given index. | |
Set | Add an object at the given index replacing the existing object, which is returned. |
CoClasses and Classes | Description |
---|---|
Objects | The Objects CoClass. |