Provides access to parameters that are used for percentile statistics requests.
Members
Name | Description | |
---|---|---|
SortAscending | Gets whether to sort values ascending when computing percentile. Default is true. | |
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. |