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 |