STK Graphics PrimitivesSend comments on this topic.
SendToBack Method (IAgStkGraphicsTerrainCollection)
See Also
TerrainOverlay
The Terrain Overlay to send to the back of the collection.
Windows





Windows & Linux

Description

Sends the Terrain Overlay to the back of the collection so it is rendered last or on the top.

Syntax

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

Parameters

TerrainOverlay
The Terrain Overlay to send to the back of the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.