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.