Moves the Terrain Overlay at the specified index to the specified position.
| [Visual Basic .NET] | 
|---|
 | 
| [C#] | 
|---|
 | 
| [Managed C++] | 
|---|
 | 
| [Unmanaged C++] | 
|---|
 | 
| [Java] | 
|---|
 | 
[Python - STK API  ] | 
|---|
def MoveByIndex(self, Index:int, NewPosition:int) -> None:  | 
- Index
 - The index of the Terrain Overlay to move.
 - NewPosition
 - The new position of the Terrain Overlay.
 






