Moves the terrain overlay to the specified position.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
def Move(self, TerrainOverlay:"IAgStkGraphicsTerrainOverlay", NewPosition:int) -> None: |
- TerrainOverlay
- The
to move. - NewPosition
- The new position of the
.





