Provides access to members that control parameters for defining NoData values for items in a mosaic dataset.
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. |
IDefineNoDataParameters2.NoDataInterpretation Property
Defines how the NoData values should be interpreted.
Public Property NoDataInterpretation As esriNoDataInterpretation
public esriNoDataInterpretation NoDataInterpretation {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IDefineNoDataParameters | Provides access to members that control parameters for defining NoData values for items in a mosaic dataset. |
Classes that implement IDefineNoDataParameters2
| Classes | Description |
|---|---|
| DefineNoDataParameters | An object that controls how NoData values are defined for items in a mosaic dataset. |

