This document is archived and information here might be outdated.  Recommended version.


IRasterAnalysisEnvironment.SetAsNewDefaultEnvironment Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisEnvironment Interface > IRasterAnalysisEnvironment.SetAsNewDefaultEnvironment Method
ArcGIS Developer Help

IRasterAnalysisEnvironment.SetAsNewDefaultEnvironment Method

Sets the raster analysis environment of the object as new default environment.

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

Product Availability

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

Remarks

Will set all current environment settings of the RasterAnalysis object as the new default environment. All subsequent analysis will use the set object properties unless otherwise specified.

See Also

IRasterAnalysisEnvironment Interface