This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAUtil Interface > IGPSAUtil.GetStatisticsEnum Method (ArcObjects .NET 10.5 SDK) |
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,
esriGeoAnalysisStatisticsEnum* pOut
);
[C++]
Parameters statsName [in] statsName is a parameter of type BSTR bInteger bInteger is a parameter of type VARIANT_BOOL pOut [out, retval]
pOut is a parameter of type esriGeoAnalysisStatisticsEnum