Sends the Terrain
Overlay to the back of the collection so it is rendered last or
on the top.
| [Visual Basic .NET] |
|---|
Public Sub SendToBack( _
ByVal TerrainOverlay As IAgStkGraphicsTerrainOverlay _
)
|
| [C#] |
|---|
public void SendToBack(
|
| [Managed C++] |
|---|
public: void SendToBack(
|
| [Java] |
|---|
public sendToBack(
|
| [Unmanaged C++] |
|---|
public: HRESULT SendToBack(
|
- TerrainOverlay
- The Terrain Overlay to send to the back of the collection.