AGI STK Graphics 11Send comments on this topic.
BringToFront Method (IAgStkGraphicsImageCollection)
See Also 
ImageryOverlay
The Globe Image Overlay to bring to the front of the collection.
Windows






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub BringToFront( _
   ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) 
[C#]
public void BringToFront(
   IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);
[Managed C++]
public: void BringToFront(
   IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay
);
[Java]
public  bringToFront(
   IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);
[Unmanaged C++]
public: HRESULT BringToFront(
   IAgStkGraphicsGlobeImageOverlay * ImageryOverlay
);

Parameters

ImageryOverlay
The Globe Image Overlay to bring to the front of the collection.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.