This document is archived and information here might be outdated. Recommended version. |
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