ArcObjects Library Reference (SpatialAnalyst)  

IMapAlgebraOp.BindRaster Method

Binds a symbol to a GeoDataset.

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

Parameters

geoDataset [in]

  geoDataset is a parameter of type IGeoDataset

symbol [in]   symbol is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Remarks

geoDataset

an input Raster, RasterDataset, RasterBand, or RasterDescriptor

symbol

a string name specifying the input geoDataset to be included in the execute expression

 

See Also

IMapAlgebraOp Interface