This document is archived and information here might be outdated.  Recommended version.


IRasterModel.BoundFeatureClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterModel.BoundFeatureClass Property

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

See Also

IRasterModel Interface