This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterModel Interface > IRasterModel.BoundFeatureClass Property (ArcObjects .NET 10.5 SDK) |
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 |