STK Graphics PrimitivesSend comments on this topic.
SwapByIndex Method (IAgStkGraphicsImageCollection)
See Also
Index1
The index of the first Globe Image Overlay.
Index2
The index of the second Globe Image Overlay.
Windows





Windows & Linux

Description

Swaps the position of two Globe Image Overlay objects at the specified indices.

Syntax

[Visual Basic .NET]
Public Sub SwapByIndex( _
    ByVal Index1 As Integer, _
    ByVal Index2 As Integer _
)
[C#]
public void SwapByIndex(
    int Index1,
    int Index2
);
[Managed C++]
public: void SwapByIndex(
    int Index1,
    int Index2
);
[Unmanaged C++]
public: HRESULT SwapByIndex(
    int Index1,
    int Index2
);
[Java]
public void swapByIndex(
    Integer Index1,
    Integer Index2
);
[Python - STK API ]
def SwapByIndex(self, Index1:int, Index2:int) -> None:

Parameters

Index1
The index of the first Globe Image Overlay.
Index2
The index of the second Globe Image Overlay.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.