Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool HasBand(
	RasterBand band
)

Parameters

band
Type: AGI.Foundation.Graphics.ImagingRasterBand
The RasterBand to test.

Return Value

Type: Boolean
boolean
See Also