AGI STK Graphics 11 Send comments on this topic.
SendToBack Method (IAgStkGraphicsImageCollection)
See Also 
ImageryOverlay
The Globe Image Overlay to send to the back of the collection.





Description

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

Syntax

[Visual Basic .NET]
Public Sub SendToBack( _
   ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) 

[C#]
public void SendToBack(
IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);

[Managed C++]
public: void SendToBack(
IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay
);

[Java]
public  sendToBack(
IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);

[Unmanaged C++]
public: HRESULT SendToBack(
IAgStkGraphicsGlobeImageOverlay * ImageryOverlay
);

Parameters

ImageryOverlay
The Globe Image Overlay to send to the back of the collection.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1