AGI STK Graphics 11Send 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 
[Managed C++]
public: IAgStkGraphicsRaster^ ExtractBand(
    AgEStkGraphicsRasterBand Band
);
[Unmanaged C++]
public: HRESULT ExtractBand(
    AgEStkGraphicsRasterBand Band,
    IAgStkGraphicsRaster ** ppRetVal
);

Parameters

Band
The Raster Band to be extracted.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.