IDefineNoDataParameters Interface

Provides access to members that control parameters for defining NoData values for items in a mosaic dataset.

Members

Name Description
Read/write property IncludedRanges The included value ranges, i.e. [min, max] for each band.
Read/write property NoDataValues The list of, space separated, NoData values, for each band.

IDefineNoDataParameters.IncludedRanges Property

The included value ranges, i.e. [min, max] for each band.

Public Property IncludedRanges As IDoubleArray
public IDoubleArray IncludedRanges {get; set;}

IDefineNoDataParameters.NoDataValues Property

The list of, space separated, NoData values, for each band.

Public Property NoDataValues As IStringArray
public IStringArray NoDataValues {get; set;}

Classes that implement IDefineNoDataParameters

Classes Description
DefineNoDataParameters An object that controls how NoData values are defined for items in a mosaic dataset.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.