STK Graphics PrimitivesSend comments on this topic.
Move Method (IAgStkGraphicsTerrainCollection)
See Also
TerrainOverlay
The to move.
NewPosition
The new position of the .
Windows





Windows & Linux

Description

Moves the terrain overlay to the specified position.

Syntax

[Visual Basic .NET]
Public Sub Move( _
    ByVal TerrainOverlay As IAgStkGraphicsTerrainOverlay, _
    ByVal NewPosition As Integer _
)
[Managed C++]
public: void Move(
    IAgStkGraphicsTerrainOverlay ^ TerrainOverlay,
    int NewPosition
);
[Unmanaged C++]
public: HRESULT Move(
    IAgStkGraphicsTerrainOverlay * TerrainOverlay,
    int NewPosition
);
[Java]
public void move(
    IAgStkGraphicsTerrainOverlay TerrainOverlay,
    Integer NewPosition
);
[Python - STK API]
def Move(self, TerrainOverlay:"IAgStkGraphicsTerrainOverlay", NewPosition:int) -> None:

Parameters

TerrainOverlay
The to move.
NewPosition
The new position of the .

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.