RasterAttributesHasBand Method |
Gets whether the raster contains the given band.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool HasBand(
RasterBand band
)
Public Function HasBand (
band As RasterBand
) As Boolean
public:
bool HasBand(
RasterBand band
)
member HasBand :
band : RasterBand -> bool
Parameters
- band
- Type: AGI.Foundation.Graphics.ImagingRasterBand
The RasterBand to test.
Return Value
Type:
Booleanboolean
See Also