AGI STK Graphics 11Send 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 
[Managed C++]
public: IAgStkGraphicsBandOrderFilter^ InitializeWithOrderAndBool(
    AgEStkGraphicsRasterFormat BandOrder,
    bool MaintainImageFormat
);
[Unmanaged C++]
public: HRESULT InitializeWithOrderAndBool(
    AgEStkGraphicsRasterFormat BandOrder,
    VARIANT_BOOL MaintainImageFormat,
    IAgStkGraphicsBandOrderFilter ** ppRetVal
);

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.