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