![]() |
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 > IRasterAnalysisEnvironment Interface > IRasterAnalysisEnvironment.RestoreToPreviousDefaultEnvironment Method (ArcObjects .NET 10.5 SDK) |
Restores to the previous default raster analysis environment.
[Visual Basic .NET]
Public Sub RestoreToPreviousDefaultEnvironment ( _
)
[C#] public void RestoreToPreviousDefaultEnvironment ( );
[C++]
HRESULT RestoreToPreviousDefaultEnvironment(
void
);
This will restore the default environment to the settings of the "previous" RasterAnalysisEnvironment object used to set the default environement. Note: If multiple default environments have been set it will reference the past settings one at a time in order of sequence.