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


esriDataStatType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Constants > E > esriDataStatType Constants
ArcGIS Developer Help

esriDataStatType Constants

Type of statistic (for QueryDataStatistics requests).

Constant Value Description
esriDataStatTypeCount 0 Count of records.
esriDataStatTypeSum 1 Sum of numerical values of records.
esriDataStatTypeMin 2 Minimum numerical value of records.
esriDataStatTypeMax 3 Maximum numerical value of records.
esriDataStatTypeAverage 4 Average numerical value of records.
esriDataStatTypeStdDev 5 Standard deviation value of records.
esriDataStatTypeVariance 6 Variance value of records.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.