Provides access to members that control focal statistics function arguments.
Members
Name | Description | |
---|---|---|
Columns | The number of columns in the focal function. | |
FillNoDataOnly | Option to fill only no data with pixel value. | |
Raster | The source raster object. | |
Rows | The number of rows in the focal function. | |
Type | The focal statistic type. |
IStatisticsFunctionArguments2.FillNoDataOnly Property
Option to fill only no data with pixel value.
Public Property FillNoDataOnly As Boolean
public bool FillNoDataOnly {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IStatisticsFunctionArguments | Provides access to members that control focal statistics function arguments. |
Classes that implement IStatisticsFunctionArguments2
Classes | Description |
---|---|
StatisticsFunctionArguments | A class for statistics raster function arguments. |