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


IObjectClassContainer.ObjectClassByID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IObjectClassContainer.ObjectClassByID Property

The object class with the specified ID.

[Visual Basic .NET]
Public Function get_ObjectClassByID ( _
    ByVal ID As Integer _
) As IObjectClass
[C#]
public IObjectClass get_ObjectClassByID (
    int ID
);
[C++]
HRESULT get_ObjectClassByID(
  long ID,
  IObjectClass** ObjectClass
);
[C++]

Parameters ID [in] ID is a parameter of type long ObjectClass [out, retval]
ObjectClass is a parameter of type IObjectClass

Product Availability

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

See Also

IObjectClassContainer Interface