IPercentileParameters Interface

Provides access to parameters that are used for percentile statistics requests.

Members

Name Description
Read/write property SortAscending Gets whether to sort values ascending when computing percentile. Default is true.
Read/write property Value Gets the percentile value (a value from 0 to 1).

IPercentileParameters.SortAscending Property

Gets whether to sort values ascending when computing percentile. Default is true.

Public Property SortAscending As Boolean
public bool SortAscending {get; set;}

IPercentileParameters.Value Property

Gets the percentile value (a value from 0 to 1).

Public Property Value As Double
public double Value {get; set;}

Classes that implement IPercentileParameters

Classes Description
PercentileParameters (esriCarto) A set of parameters that are used for percentile statistics requests.

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