STK Graphics PrimitivesSend comments on this topic.
MoveByIndex Method (IAgStkGraphicsImageCollection)
See Also
Index
The index of the Globe Image Overlay to move.
NewPosition
The new position of the Globe Image Overlay.
Windows





Windows & Linux

Description

Moves the Globe Image Overlay at the specified index to the specified position.

Syntax

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

Parameters

Index
The index of the Globe Image Overlay to move.
NewPosition
The new position of the Globe Image Overlay.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.