Initializes a new instance with a Raster Format indicating the desired order of the bands in the source raster.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsBandOrderFilter InitializeWithOrder( AgEStkGraphicsRasterFormat BandOrder ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsBandOrderFilter^ InitializeWithOrder( AgEStkGraphicsRasterFormat BandOrder ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsBandOrderFilter initializeWithOrder( AgEStkGraphicsRasterFormat BandOrder ); |
[Python - STK API ] |
|---|
def InitializeWithOrder(self, BandOrder:"AgEStkGraphicsRasterFormat") -> "IAgStkGraphicsBandOrderFilter": |
- BandOrder
- The Raster Format indicating the desired order of the bands in the source raster.






