Provides access to members that control mask function arguments.
Members
| Name | Description | |
|---|---|---|
![]() |
IncludedRanges | The included value ranges, i.e. [min, max] for each band. |
![]() |
NoDataValues | The list of, space separated, NoData values, for each band. |
![]() |
Raster | The input raster. |
IMaskFunctionArguments.IncludedRanges Property
The included value ranges, i.e. [min, max] for each band.
Public Property IncludedRanges As IDoubleArray
public IDoubleArray IncludedRanges {get; set;}
IMaskFunctionArguments.NoDataValues Property
The list of, space separated, NoData values, for each band.
Public Property NoDataValues As IStringArray
public IStringArray NoDataValues {get; set;}
IMaskFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IMaskFunctionArguments
| Classes | Description |
|---|---|
| MaskFunctionArguments | The raster mask function arguments. |
