Extracts the bands of raster data associated with the given Raster Format.
[Visual Basic .NET] |
---|
Public Function ExtractBandFromRasterFormat( _ ByVal Format As AgEStkGraphicsRasterFormat _ ) As IAgStkGraphicsRaster |
[C#] |
---|
public IAgStkGraphicsRaster ExtractBandFromRasterFormat( AgEStkGraphicsRasterFormat Format ); |
[Managed C++] |
---|
public: IAgStkGraphicsRaster^ ExtractBandFromRasterFormat( AgEStkGraphicsRasterFormat Format ); |
[Unmanaged C++] |
---|
public: HRESULT ExtractBandFromRasterFormat( AgEStkGraphicsRasterFormat Format, IAgStkGraphicsRaster ** ppRetVal ); |
[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.