This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc2 Interface > IRasterGeometryProc2.GetRasterXFormCount Method (ArcObjects .NET 10.5 SDK) |
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