Provides access to members that control band extraction function argument(s).
Members
Name | Description | |
---|---|---|
BandIDs | The list of band IDs (0 based) to be extracted. | |
Raster | The source raster object. |
IExtractBandFunctionArguments.BandIDs Property
The list of band IDs (0 based) to be extracted.
Public Property BandIDs As ILongArray
public ILongArray BandIDs {get; set;}
IExtractBandFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IExtractBandFunctionArguments
Classes | Description |
---|---|
ExtractBandFunctionArguments | A class for band extraction/selection raster function arguments. |