ArcObjects Library Reference (SpatialAnalyst)  

IMapAlgebraOp.UnbindRaster Method

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

 

See Also

IMapAlgebraOp Interface