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


IGPSAUtil.GetStatisticsEnum Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAUtil Interface > IGPSAUtil.GetStatisticsEnum Method
ArcGIS Developer Help

IGPSAUtil.GetStatisticsEnum Method

Gets Statistics Enum.

[Visual Basic .NET]
Public Function GetStatisticsEnum ( _
    ByVal statsName As String, _
    ByVal bInteger As Boolean _
) As esriGeoAnalysisStatisticsEnum
[C#]
public esriGeoAnalysisStatisticsEnum GetStatisticsEnum (
    string statsName,
    bool bInteger
);
[C++]
HRESULT GetStatisticsEnum(
  BSTR statsName,
  VARIANT_BOOL bInteger
);
[C++]
Parameters
statsName [in]

statsName is a parameter of type BSTR bInteger
bInteger is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAUtil Interface