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


IRasterRendererUpdate.Update Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterRendererUpdate.Update Method

Updates this raster renderer using a given raster layer.

[Visual Basic .NET]
Public Sub Update ( _
    ByVal pRasterLayer As IRasterLayer _
)
[C#]
public void Update (
    IRasterLayer pRasterLayer
);
[C++]
HRESULT Update(
  IRasterLayer* pRasterLayer
);
[C++]

Parameters pRasterLayer [in]
pRasterLayer is a parameter of type IRasterLayer

Product Availability

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

See Also

IRasterRendererUpdate Interface