Sends the Globe Image Overlay to the back of the collection so it is rendered last or on the top.
[Visual Basic .NET] |
---|
Public Sub SendToBack( _ ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _ ) As |
[C#] |
---|
public void SendToBack( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Managed C++] |
---|
public: void SendToBack( IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay ); |
[Java] |
---|
public void sendToBack( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Unmanaged C++] |
---|
public: HRESULT SendToBack( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay ); |
- ImageryOverlay
- The Globe Image Overlay to send to the back of the collection.