Provides access to members that control composite function arguments.
Members
Name | Description | |
---|---|---|
CellsizeType | The different ways for estimating cellsize. | |
Rasters | The input Rasters array. |
ICompositeBandFunctionArguments.CellsizeType Property
The different ways for estimating cellsize.
Public Property CellsizeType As esriCellsizeType
public esriCellsizeType CellsizeType {get; set;}
ICompositeBandFunctionArguments.Rasters Property
The input Rasters array.
Public Property Rasters As Object
public object Rasters {get; set;}
Classes that implement ICompositeBandFunctionArguments
Classes | Description |
---|---|
CompositeBandFunctionArguments | A class for a band composition raster function arguments. |