This document is archived and information here might be outdated.  Recommended version.


IMapAlgebraOp.UnbindRaster Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IM > IMapAlgebraOp Interface > IMapAlgebraOp.UnbindRaster Method
ArcGIS Developer Help

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