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


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

IObjectClassName Interface

Provides access to the objects class ID.

Product Availability

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

Members

Name Description
Read-only property ObjectClassID The object class ID.

Classes that implement IObjectClassName

Classes Description
CoverageFeatureClassName (esriDataSourcesFile) Maintains ArcInfo Coverage Feature Class information.
FeatureClassName Esri Feature Class Name object.
FgdbFeatureClassName (esriDataSourcesGDB) File GeoDatabase Feature Class Name object.
FgdbTableName (esriDataSourcesGDB) File GeoDatabase Table Name object.
ObjectClassName Esri Object Class Name object.
RasterCatalogName Esri RasterCatalog Name object.
SchematicDiagramClassName (esriSchematic) Schematic diagram class name object.
TableName Esri Table Name object.

Remarks

The ObjectClassID property can be used to obtain the ID for this object class within a workspace that represents a geodatabase (for example, within a Personal, File or ArcSDE geodatabase). A value of -1 is returned if the table is not registered as an object class.