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 ); |
| [Java] |
|---|
public IAgStkGraphicsRaster extractBandFromRasterFormat( AgEStkGraphicsRasterFormat Format ); |
| [Unmanaged C++] |
|---|
|
- Format
- The Raster Format associated with the bands to be extracted.





