This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IM > IMapAlgebraOp Interface > IMapAlgebraOp.BindRaster Method (ArcObjects .NET 10.4 SDK) |
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
geoDataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
symbol |
a string name specifying the input geoDataset to be included in the execute expression |