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 |
[C#] |
---|
public IAgStkGraphicsBandExtractFilter InitializeWithBand( AgEStkGraphicsRasterBand RasterBand ); |
[Managed C++] |
---|
public: IAgStkGraphicsBandExtractFilter^ InitializeWithBand( AgEStkGraphicsRasterBand RasterBand ); |
[Java] |
---|
public IAgStkGraphicsBandExtractFilter initializeWithBand( AgEStkGraphicsRasterBand RasterBand ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithBand( AgEStkGraphicsRasterBand RasterBand, IAgStkGraphicsBandExtractFilter ** ppRetVal ); |
- RasterBand
- The Raster Band to be extracted from the source raster.