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


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

IRasterGeometryProc3.GetRasterXFormOrderByIndex Method

Gets the polynomial order of the indexed transformation.

[Visual Basic .NET]
Public Function GetRasterXFormOrderByIndex ( _
    ByVal pRaster As IRaster, _
    ByVal band As Integer, _
    ByVal index As Integer _
) As esriGeoTransTypeEnum
[C#]
public esriGeoTransTypeEnum GetRasterXFormOrderByIndex (
    IRaster pRaster,
    int band,
    int index
);
[C++]
HRESULT GetRasterXFormOrderByIndex(
  IRaster* pRaster,
  long band,
  long index
);
[C++]
Parameters
pRaster [in]

pRaster is a parameter of type IRaster* band [in]
band is a parameter of type long index [in]
index is a parameter of type long

Product Availability

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

Remarks

The GetRasterXFormOrderByIndex method returns the order of a specified geometric transformation on a raster band.

See Also

IRasterGeometryProc3 Interface