Initializes a new instance with the Raster Band to be extracted from the source raster.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsBandExtractFilter InitializeWithBand( AgEStkGraphicsRasterBand RasterBand ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsBandExtractFilter^ InitializeWithBand( AgEStkGraphicsRasterBand RasterBand ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsBandExtractFilter initializeWithBand( AgEStkGraphicsRasterBand RasterBand ); |
[Python - STK API ] |
|---|
def InitializeWithBand(self, RasterBand:"AgEStkGraphicsRasterBand") -> "IAgStkGraphicsBandExtractFilter": |
- RasterBand
- The Raster Band to be extracted from the source raster.






