This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IM > IMapAlgebraOp Interface > IMapAlgebraOp.UnbindRaster Method (ArcObjects .NET 10.5 SDK) |
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
symbolName |
a string specifying the name of the raster symbol object created from IMapALgebra::BindRaster |