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