IMaskFunctionArguments Interface

Provides access to members that control mask function arguments.

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.
Read/write property 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.

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