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






