STK Graphics PrimitivesSend comments on this topic.
BringToFront Method (IAgStkGraphicsTerrainCollection)
See Also
TerrainOverlay
The Terrain Overlay to bring to the front of the collection.
Windows





Windows & Linux

Description

Brings the Terrain Overlay to the front of the collection so it is rendered first or on the bottom.

Syntax

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

Parameters

TerrainOverlay
The Terrain Overlay to bring to the front of the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.