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


IRasterDefaultsEnv2.UpdateAll Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv2 Interface > IRasterDefaultsEnv2.UpdateAll Method
ArcGIS Developer Help

IRasterDefaultsEnv2.UpdateAll Method

Updates the registry with all changes to the raster environment in the current session.

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

Product Availability

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

See Also

IRasterDefaultsEnv2 Interface