Provides access to members that control ArgStatisticsFunction arguments.
Members
Name | Description | |
---|---|---|
ArgStatisticsType | The arg statistics type. | |
CellsizeType | The different ways for estimating cellsize. | |
ComparisonType | The different comparison types for argument value statistic type. | |
DurationMaximum | Duration's maximum value. | |
DurationMinimum | Duration's minimum value. | |
ExtentType | The different ways for estimating extent. | |
Rasters | The input rasters. | |
UndefinedClass | Undefined class value. | |
UseLastOccurrence | Return last occurrence value in case of ties. | |
Value | Value to be found in input raster(s). |
IArgStatisticsFunctionArguments2.CellsizeType Property
The different ways for estimating cellsize.
Public Property CellsizeType As esriCellsizeType
public esriCellsizeType CellsizeType {get; set;}
IArgStatisticsFunctionArguments2.ComparisonType Property
The different comparison types for argument value statistic type.
Public Property ComparisonType As esriArgStatisticsComparisonType
public esriArgStatisticsComparisonType ComparisonType {get; set;}
IArgStatisticsFunctionArguments2.ExtentType Property
The different ways for estimating extent.
Public Property ExtentType As esriExtentType
public esriExtentType ExtentType {get; set;}
IArgStatisticsFunctionArguments2.UseLastOccurrence Property
Return last occurrence value in case of ties.
Public Property UseLastOccurrence As Boolean
public bool UseLastOccurrence {get; set;}
IArgStatisticsFunctionArguments2.Value Property
Value to be found in input raster(s).
Public Property Value As Double
public double Value {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IArgStatisticsFunctionArguments | Provides access to members that control ArgStatisticsFunction arguments. |
Classes that implement IArgStatisticsFunctionArguments2
Classes | Description |
---|---|
ArgStatisticsFunctionArguments | A class for a function raster dataset. |