This document is archived and information here might be outdated. Recommended version. |
Finds the FeatureClass corresponding to a symbol.
[Visual Basic .NET] Public Function get_BoundFeatureClass ( _ ByVal Symbol As String _ ) As IFeatureClass
[C#] public IFeatureClass get_BoundFeatureClass ( string Symbol );
[C++]
HRESULT get_BoundFeatureClass(
BSTR Symbol,
IFeatureClass** FeatureClass
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type BSTR FeatureClass [out, retval]
FeatureClass is a parameter of type IFeatureClass**
symbol |
the name of the FeatureClass symbol object created form BindFeatureClass method |