STK Graphics PrimitivesSend 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
[Managed C++]
public: IAgStkGraphicsRaster^ ExtractBand(
    AgEStkGraphicsRasterBand Band
);
[Unmanaged C++]
public: HRESULT ExtractBand(
    AgEStkGraphicsRasterBand Band,
    IAgStkGraphicsRaster ** ppRetVal
);
[Python - STK API ]
def ExtractBand(self, Band:"AgEStkGraphicsRasterBand") -> "IAgStkGraphicsRaster":

Parameters

Band
The Raster Band to be extracted.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.