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


IRasterModel.BoundRaster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterModel Interface > IRasterModel.BoundRaster Property
ArcGIS Developer Help

IRasterModel.BoundRaster Property

Finds the Raster corresponding to a symbol.

[Visual Basic .NET]
Public Function get_BoundRaster ( _
    ByVal Symbol As String _
) As IRaster
[C#]
public IRaster get_BoundRaster (
    string Symbol
);
[C++]
HRESULT get_BoundRaster(
  BSTR Symbol,
  IRaster** Raster
);
[C++]
Parameters
Symbol [in]

Symbol is a parameter of type BSTR Raster [out, retval]
Raster is a parameter of type IRaster**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

symbol

the name of the Raster symbol object created from BindRaster method

See Also

IRasterModel Interface