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


IStatisticDescription.StatisticType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IStatisticDescription.StatisticType Property

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.

See Also

IStatisticDescription Interface