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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
symbol |
a string specifying the name of a bound symbol object that supports the IRasterModel interface |