Sends the terrain overlay to the back of the collection so it is rendered last or on the top.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
def SendToBack(self, TerrainOverlay:"IAgStkGraphicsTerrainOverlay") -> None: |
- TerrainOverlay
- The
to send to the back of the collection.





