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





Windows & Linux

Description

Swaps the position of two Terrain 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 Terrain Overlay.
Index2
The index of the second Terrain Overlay.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.