STK Graphics PrimitivesSend comments on this topic.
InitializeWithOrder Method (IAgStkGraphicsBandOrderFilterFactory)
See Also
BandOrder
The Raster Format indicating the desired order of the bands in the source raster.
Windows





Windows & Linux

Description

Initializes a new instance with a Raster Format indicating the desired order of the bands in the source raster.

Syntax

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

Parameters

BandOrder
The Raster Format indicating the desired order of the bands in the source raster.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.