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