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