This document is archived and information here might be outdated. Recommended version. |
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 |