This document is archived and information here might be outdated. Recommended version. |
Unbinds a symbol.
[Visual Basic .NET]
Public Sub UnbindSymbol ( _
ByVal Symbol As String _
)
[C#]
public void UnbindSymbol (
string Symbol
);
[C++]
HRESULT UnbindSymbol(
BSTR Symbol
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type BSTR
symbol |
a string specifying the name of a bound symbol object that supports the IRasterModel interface |