STK Graphics PrimitivesSend comments on this topic.
InitializeWithOrderAndBool Method (IAgStkGraphicsBandOrderFilterFactory)
See Also
BandOrder
The Raster Format indicating the desired order of the bands in the source raster.
MaintainImageFormat
true to maintain the source raster's format after swizzling; otherwise, false.
Windows





Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function InitializeWithOrderAndBool( _
    ByVal BandOrder As AgEStkGraphicsRasterFormat, _
    ByVal MaintainImageFormat As Boolean _
) As IAgStkGraphicsBandOrderFilter
[Managed C++]
public: IAgStkGraphicsBandOrderFilter^ InitializeWithOrderAndBool(
    AgEStkGraphicsRasterFormat BandOrder,
    bool MaintainImageFormat
);
[Unmanaged C++]
public: HRESULT InitializeWithOrderAndBool(
    AgEStkGraphicsRasterFormat BandOrder,
    VARIANT_BOOL MaintainImageFormat,
    IAgStkGraphicsBandOrderFilter ** ppRetVal
);
[Python - STK API ]
def InitializeWithOrderAndBool(self, BandOrder:"AgEStkGraphicsRasterFormat", MaintainImageFormat:bool) -> "IAgStkGraphicsBandOrderFilter":

Parameters

BandOrder
The Raster Format indicating the desired order of the bands in the source raster.
MaintainImageFormat
true to maintain the source raster's format after swizzling; otherwise, false.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.