ArcObjects Library Reference (GeoAnalyst)  

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

.NET Related Topics

GeoAnalyst | Working with the analysis environment