This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjectClassContainer Interface > IObjectClassContainer.ObjectClassByName Property (ArcObjects .NET 10.4 SDK) |
The object class with the specified name.
[Visual Basic .NET] Public Function get_ObjectClassByName ( _ ByVal Name As String _ ) As IObjectClass
[C#] public IObjectClass get_ObjectClassByName ( string Name );
[C++]
HRESULT get_ObjectClassByName(
BSTR Name,
IObjectClass** ObjectClass
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR ObjectClass [out, retval]
ObjectClass is a parameter of type IObjectClass