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


IRasterGeometryProc3.GetRasterXFormCount 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.GetRasterXFormCount Method
ArcGIS Developer Help

IRasterGeometryProc3.GetRasterXFormCount Method

Gets the number of transformations.

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

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

Product Availability

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

Remarks

The GetRasterXFormCount method returns the number of geometric transformations on a specified raster band.

See Also

IRasterGeometryProc3 Interface