ArcObjects Library Reference (DataSourcesRaster)  

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,
  long* XFormCount
);
[C++]

Parameters

pRaster [in]

  pRaster is a parameter of type IRaster

band [in]   band is a parameter of type long XFormCount [out, retval]   XFormCount 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