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


IRasterDefaultsEnv2.UpdateAll Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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