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


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

IRasterGeometryProc2.PutRasterXForm Method

Sets a polynomial transformation to the Raster.

[Visual Basic .NET]
Public Sub PutRasterXForm ( _
    ByVal pRaster As IRaster, _
    ByVal clean As Boolean, _
    ByVal Order As esriGeoTransTypeEnum, _
    ByRef pVar As Object _
)
[C#]
public void PutRasterXForm (
    IRaster pRaster,
    bool clean,
    esriGeoTransTypeEnum Order,
    ref object pVar
);
[C++]
HRESULT PutRasterXForm(
  IRaster* pRaster,
  VARIANT_BOOL clean,
  esriGeoTransTypeEnum Order,
  Variant* pVar
);
[C++]
Parameters
pRaster [in]

pRaster is a parameter of type IRaster* clean [in]
clean is a parameter of type bool Order [in]
Order is a parameter of type esriGeoTransTypeEnum pVar [in]
pVar is a parameter of type VARIANT*

Product Availability

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

See Also

IRasterGeometryProc2 Interface