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


IRasterGeometryProc2.GetRasterXFormCount Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterGeometryProc2.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.

See Also

IRasterGeometryProc2 Interface