Moves the Globe Image Overlay to the specified position.
[Visual Basic .NET] |
---|
Public Sub Move( _ ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay, _ ByVal NewPosition As Integer _ ) |
[C#] |
---|
public void Move( IAgStkGraphicsGlobeImageOverlay ImageryOverlay, int NewPosition ); |
[Managed C++] |
---|
public: void Move( IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay, int NewPosition ); |
[Unmanaged C++] |
---|
public: HRESULT Move( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay, int NewPosition ); |
[Java] |
---|
public void move( IAgStkGraphicsGlobeImageOverlay ImageryOverlay, Integer NewPosition ); |
[Python - STK API ] |
---|
def Move(self, ImageryOverlay:"IAgStkGraphicsGlobeImageOverlay", NewPosition:int) -> None: |
- ImageryOverlay
- The Globe Image Overlay to move.
- NewPosition
- The new position of the imageryOverlay.