AGI STK Graphics 11 Send comments on this topic.
HasBand Method (IAgStkGraphicsRasterAttributes)
See Also 
Band
The RasterBand to test.

Description

Gets whether the raster contains the given band.

Syntax

[Visual Basic .NET]
Public Function HasBand( _
   ByVal Band As AgEStkGraphicsRasterBand _
) As Boolean

Parameters

Band
Member Value Description
eStkGraphicsRasterBandRed 0 A band containing red values.
eStkGraphicsRasterBandGreen 1 A band containing green values.
eStkGraphicsRasterBandBlue 2 A band containing blue values.
eStkGraphicsRasterBandAlpha 3 A band containing alpha values.
eStkGraphicsRasterBandLuminance 4 A band containing luminance values.
The RasterBand to test.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface