This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExtractBandFunctionArguments2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control band extraction function argument(s).
Description | ||
---|---|---|
BandIDs | The list of band IDs (0 based) to be extracted. | |
BandNames | The list of bands to be extracted by name. This property, when specified, overrides values in the 'BandIDs' and the 'BandWavelengths' properties. | |
BandWavelengths | The list of bands to be extracted by mid wavelength values (in nanometers). This property, when specified, overrides values in the 'BandIDs' property. | |
Init | Initialize extract band arguments using the specified space- or semicolon-delimited band combination. | |
MissingBandAction | Indicates how the raster function behaves when a requested band (specified by index, name, or wavelength) is not found in the input raster. | |
Raster | The source raster object. | |
WavelengthMatchTolerance | The wavelength tolerance value in nanometers. For a raster band to be associated with a requested wavelength, the two wavelengths must lie within this tolerance. |
Interfaces | Description |
---|---|
IExtractBandFunctionArguments | Provides access to members that control band extraction function argument(s). |
CoClasses and Classes | Description |
---|---|
ExtractBandFunctionArguments | A class for band extraction/selection raster function arguments. |