AGI STK Graphics 11 Send 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.





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
);

[Java]
public  swapByIndex(
ppInteger Index1,
ppInteger Index2
);

[Unmanaged C++]
public: HRESULT SwapByIndex(
int Index1,
int Index2
);

Parameters

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

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1