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


IRasterXformer.Update Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXformer Interface > IRasterXformer.Update Method
ArcGIS Developer Help

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