AGI STK Graphics 11Send 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
);
[Java]
public  bringToFront(
   IAgStkGraphicsTerrainOverlay TerrainOverlay
);
[Unmanaged C++]
public: HRESULT BringToFront(
   IAgStkGraphicsTerrainOverlay * TerrainOverlay
);

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.