Initializes a new instance with the Raster Format containing the bands to be extracted from the source raster.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsBandExtractFilter InitializeWithFormat( AgEStkGraphicsRasterFormat RasterFormat ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsBandExtractFilter^ InitializeWithFormat( AgEStkGraphicsRasterFormat RasterFormat ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsBandExtractFilter initializeWithFormat( AgEStkGraphicsRasterFormat RasterFormat ); |
[Python - STK API ] |
|---|
def InitializeWithFormat(self, RasterFormat:"AgEStkGraphicsRasterFormat") -> "IAgStkGraphicsBandExtractFilter": |
- RasterFormat
- The Raster Format containing the bands to be extracted from the source raster.






