IStatisticDescription Interface

Provides access to properties describing a statistic to be requested from a data source.

Members

Name Description
Read/write property ResultFieldName Optional name of field containing result.
Read/write property StatisticFieldName Name of field for which statistic should be calculated.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.