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


IRasterGeometryProc2.GetRasterXFormByIndex 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.GetRasterXFormByIndex Method
ArcGIS Developer Help

IRasterGeometryProc2.GetRasterXFormByIndex Method

Gets the polynomial order and the polynomial coefficients of the indexed transformation.

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

pRaster is a parameter of type IRaster* band [in]
band is a parameter of type long forward [in]
forward is a parameter of type bool index [in]
index is a parameter of type long Order [in, out]
Order is a parameter of type esriGeoTransTypeEnum* pVar [in, out]
pVar is a parameter of type VARIANT*

Product Availability

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

See Also

IRasterGeometryProc2 Interface