Extracts the bands of raster data associated with the given Raster Format.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRaster ExtractBandFromRasterFormat( AgEStkGraphicsRasterFormat Format ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRaster^ ExtractBandFromRasterFormat( AgEStkGraphicsRasterFormat Format ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRaster extractBandFromRasterFormat( AgEStkGraphicsRasterFormat Format ); |
[Python - STK API ] |
|---|
def ExtractBandFromRasterFormat(self, Format:"AgEStkGraphicsRasterFormat") -> "IAgStkGraphicsRaster": |
- Format
- The Raster Format associated with the bands to be extracted.






