This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRenderer Interface > IRasterRenderer.Update Method (ArcObjects .NET 10.5 SDK) |
Updates the renderer for any changes that have been made.
[Visual Basic .NET]
Public Sub Update ( _
)
[C#] public void Update ( );
[C++]
HRESULT Update(
void
);
The Update method should also be called after making changes to the renderer but before assigning the renderer to a layer.