ArcObjects Library Reference (Carto)  

IRasterRenderer.Update Method

Updates the renderer for any changes that have been made.

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

Product Availability

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

Remarks

The Update method should also be called after making changes to the renderer but before assigning the renderer to a layer.

See Also

IRasterRenderer Interface