This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc2 Interface > IRasterGeometryProc2.PutRasterXForm Method (ArcObjects .NET 10.5 SDK) |
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 VARIANT_BOOL Order [in]
Order is a parameter of type esriGeoTransTypeEnum pVar [in] pVar is a parameter of type VARIANT