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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
symbol |
the name of the FeatureClass symbol object created form BindFeatureClass method |