The FeatureClass with the specified name.
[Visual Basic .NET] Public Function get_ClassByName ( _ ByVal Name As String _ ) As IFeatureClass
[C#] public IFeatureClass get_ClassByName ( string Name );
[C++]
HRESULT get_ClassByName(
BSTR Name,
IFeatureClass** FeatureClass
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR FeatureClass [out, retval]FeatureClass is a parameter of type IFeatureClass
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.