ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.ResetEnvironments Method

Reset the environments to their initial state.

[Visual Basic .NET]
Public Sub ResetEnvironments ( _
)
[C#]
public void ResetEnvironments (
);
[C++]
HRESULT ResetEnvironments(
void
);

Product Availability

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

See Also

IGeoProcessor Interface