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


IRasterModel.BindRaster Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterModel.BindRaster Method

Binds a symbol to a Raster.

[Visual Basic .NET]
Public Sub BindRaster ( _
    ByVal Raster As IRaster, _
    ByVal Symbol As String _
)
[C#]
public void BindRaster (
    IRaster Raster,
    string Symbol
);
[C++]
HRESULT BindRaster(
  IRaster* Raster,
  BSTR Symbol
);
[C++]

Parameters Raster [in]
Raster is a parameter of type IRaster Symbol [in] Symbol is a parameter of type BSTR

Product Availability

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

Remarks

Raster

an input raster object created using IRaster interface

symbol

a string name which identifies the input Raster

See Also

IRasterModel Interface

.NET Related Topics

Executing a map algebra expression