Provides access to members that control mask function arguments.
Members
Name | Description | |
---|---|---|
IncludedRanges | The included value ranges, i.e. [min, max] for each band. | |
NoDataInterpretation | Defines how the NoData values should be interpreted. | |
NoDataValues | The list of, space separated, NoData values, for each band. | |
Raster | The input raster. |
IMaskFunctionArguments2.NoDataInterpretation Property
Defines how the NoData values should be interpreted.
Public Property NoDataInterpretation As esriNoDataInterpretation
public esriNoDataInterpretation NoDataInterpretation {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IMaskFunctionArguments | Provides access to members that control mask function arguments. |
Classes that implement IMaskFunctionArguments2
Classes | Description |
---|---|
MaskFunctionArguments | The raster mask function arguments. |