Extracts the band of raster data associated with the given raster band.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRaster ExtractBand( AgEStkGraphicsRasterBand Band ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRaster^ ExtractBand( AgEStkGraphicsRasterBand Band ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRaster extractBand( AgEStkGraphicsRasterBand Band ); |
| [Python - STK API] |
|---|
def ExtractBand(self, Band:"AgEStkGraphicsRasterBand") -> "IAgStkGraphicsRaster": |
- Band
- The
to be extracted.





