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