This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterModel Interface > IRasterModel.UnbindSymbol Method (ArcObjects .NET 10.5 SDK) |
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 |