ICreateColorCompositeFunctionArguments Interface

Provides access to members that control Create Color Composite Function arguments.

Members

Name Description
Read/write property BandIndexesB The band indexes used in the blue calculation.
Read/write property BandIndexesG The band indexes used in the green calculation.
Read/write property BandIndexesR The band indexes used in the red calculation.
Read/write property 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.

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