ArcObjects Library Reference (Geoprocessing)  

IGPVariableManager.Remove Method

Removes a variable.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Name As String _
)
[C#]
public void Remove (
    string Name
);
[C++]
HRESULT Remove(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPVariableManager Interface