ArcObjects Library Reference (Geoprocessing)  

IGPEnvironmentManager.RemoveEnvironment Method

Removes the given geoprocessing environment from the environment manager.

[Visual Basic .NET]
Public Sub RemoveEnvironment ( _
    ByVal env As IGPEnvironment _
)
[C#]
public void RemoveEnvironment (
    IGPEnvironment env
);
[C++]
HRESULT RemoveEnvironment(
  IGPEnvironment* env
);
[C++]

Parameters

env [in]

  env is a parameter of type IGPEnvironment

Product Availability

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

See Also

IGPEnvironmentManager Interface