This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjectClassContainer Interface > IObjectClassContainer.ObjectClassByID Property (ArcObjects .NET 10.4 SDK) |
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