Unbind a symbol.
[Visual Basic .NET] Public Sub UnbindRaster ( _ ByVal symbolName As String _ )
[C#] public void UnbindRaster ( string symbolName );
[C++]
HRESULT UnbindRaster(
BSTR symbolName
);
[C++]Parameters
symbolName [in] symbolName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.
Remarks
symbolName |
a string specifying the name of the raster symbol object created from IMapALgebra::BindRaster |
- Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations