Provides access to members that control Create Color Composite Function arguments.
Members
Name | Description | |
---|---|---|
BandIndexesB | The band indexes used in the blue calculation. | |
BandIndexesG | The band indexes used in the green calculation. | |
BandIndexesR | The band indexes used in the red calculation. | |
Raster | The input raster. |
ICreateColorCompositeFunctionArguments.BandIndexesB Property
The band indexes used in the blue calculation.
Public Property BandIndexesB As String
public string BandIndexesB {get; set;}
ICreateColorCompositeFunctionArguments.BandIndexesG Property
The band indexes used in the green calculation.
Public Property BandIndexesG As String
public string BandIndexesG {get; set;}
ICreateColorCompositeFunctionArguments.BandIndexesR Property
The band indexes used in the red calculation.
Public Property BandIndexesR As String
public string BandIndexesR {get; set;}
ICreateColorCompositeFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement ICreateColorCompositeFunctionArguments
Classes | Description |
---|---|
CreateColorCompositeFunctionArguments | A class for Create Color Composite raster function arguments. |