Initializes a new instance with a raster format indicating the desired order of the bands in the source raster, and whether to maintain the source raster's format after swizzling.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsBandOrderFilter InitializeWithOrderAndBool( AgEStkGraphicsRasterFormat BandOrder, bool MaintainImageFormat ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsBandOrderFilter^ InitializeWithOrderAndBool( AgEStkGraphicsRasterFormat BandOrder, bool MaintainImageFormat ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsBandOrderFilter initializeWithOrderAndBool( AgEStkGraphicsRasterFormat BandOrder, bool MaintainImageFormat ); |
| [Python - STK API] |
|---|
def InitializeWithOrderAndBool(self, BandOrder:"AgEStkGraphicsRasterFormat", MaintainImageFormat:bool) -> "IAgStkGraphicsBandOrderFilter": |
- BandOrder
- The
indicating the desired order of the bands in the source raster. - MaintainImageFormat
- true to maintain the source raster's format after swizzling; otherwise, false.





