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


IObjectClassContainer.ObjectClassByName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjectClassContainer Interface > IObjectClassContainer.ObjectClassByName Property
ArcGIS Developer Help

IObjectClassContainer.ObjectClassByName Property

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**

Product Availability

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

See Also

IObjectClassContainer Interface