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


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

IObjectClassContainer Interface

Provides access to members that return object classes by name, ID and index.

Product Availability

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

Members

Name Description
Read-only property ObjectClassByID The object class with the specified ID.
Read-only property ObjectClassByName The object class with the specified name.
Read-only property ObjectClassCount The number of object classes in this container.
Read-only property ObjectClasses An enumerator over the object classes.

Classes that implement IObjectClassContainer

Classes Description