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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1