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 |
- Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations