Initializes a new instance with the Raster Band to be extracted from the source raster.
[Visual Basic .NET] |
---|
Public Function InitializeWithBand( _ ByVal RasterBand As AgEStkGraphicsRasterBand _ ) As IAgStkGraphicsBandExtractFilter |
[C#] |
---|
public IAgStkGraphicsBandExtractFilter InitializeWithBand( AgEStkGraphicsRasterBand RasterBand ); |
[Managed C++] |
---|
public: IAgStkGraphicsBandExtractFilter^ InitializeWithBand( AgEStkGraphicsRasterBand RasterBand ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithBand( AgEStkGraphicsRasterBand RasterBand, IAgStkGraphicsBandExtractFilter ** ppRetVal ); |
[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.