This document is archived and information here might be outdated. Recommended version. |
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**