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






Windows & Linux

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

[C#]
public IAgStkGraphicsRaster ExtractBand(
AgEStkGraphicsRasterBand Band
);

[Managed C++]
public: IAgStkGraphicsRaster^ ExtractBand(
AgEStkGraphicsRasterBand Band
);

[Java]
public IAgStkGraphicsRaster extractBand(
AgEStkGraphicsRasterBand Band
);

[Unmanaged C++]
public: HRESULT ExtractBand(
AgEStkGraphicsRasterBand Band,
IAgStkGraphicsRaster ** ReturnValue
);

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface