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.SetAsNewDefaultEnvironment Method (ArcObjects .NET 10.5 SDK) |
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
);
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.