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


IRasterXformer.Update Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterXformer.Update Method

Updates the raster transformer with the changed raster.

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

Parameters pRaster [in]
pRaster is a parameter of type IRaster

Product Availability

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

See Also

IRasterXformer Interface