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


IMapAlgebraOp.BindRaster Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IM > IMapAlgebraOp Interface > IMapAlgebraOp.BindRaster Method
ArcGIS Developer Help

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