Provides access to properties describing a statistic to be requested from a data source.
Members
| Name | Description | |
|---|---|---|
![]()  | 
ResultFieldName | Optional name of field containing result. | 
![]()  | 
StatisticFieldName | Name of field for which statistic should be calculated. | 
![]()  | 
StatisticType | Type of statistic. | 
IStatisticDescription.ResultFieldName Property
Optional name of field containing result.
Public Property ResultFieldName As String
public string ResultFieldName {get; set;}
IStatisticDescription.StatisticFieldName Property
Name of field for which statistic should be calculated.
Public Property StatisticFieldName As String
public string StatisticFieldName {get; set;}
IStatisticDescription.StatisticType Property
Type of statistic.
Public Property StatisticType As esriDataStatType
public esriDataStatType StatisticType {get; set;}
Classes that implement IStatisticDescription
| Classes | Description | 
|---|---|
| StatisticDescription (esriCarto) | A statistic to be requested from the server. | 
