Type of statistic.
[Visual Basic .NET] Public Property StatisticType As esriDataStatType
[C#] public esriDataStatType StatisticType {get; set;}
[C++]
HRESULT get_StatisticType(
esriDataStatType* statType
);
[C++]
HRESULT put_StatisticType(
esriDataStatType statType
);
[C++]Parameters
statType [out, retval]statType is a parameter of type esriDataStatType
statType [in]statType is a parameter of type esriDataStatType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.