ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.ClearEnvironment Method

Clears the value of a given environment.

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

Parameters

env [in]   env is a parameter of type BSTR

Product Availability

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

See Also

IGpDispatch Interface