ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisEnvironment.RestoreToPreviousDefaultEnvironment Method

Restores to the previous default raster analysis environment.

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

Product Availability

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

Remarks

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.

See Also

IRasterAnalysisEnvironment Interface