AGI STK Graphics 11 Send comments on this topic.
ExtractBand Method (IAgStkGraphicsRaster)
See Also 
Band
The Raster Band to be extracted.

Description

Extracts the band of raster data associated with the given Raster Band.

Syntax

[Visual Basic .NET]
Public Function ExtractBand( _
   ByVal Band As AgEStkGraphicsRasterBand _
) As IAgStkGraphicsRaster

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 Raster Band to be extracted.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface