Brings the Globe Image Overlay to the front of the collection so it is rendered first or on the bottom.
[Visual Basic .NET] |
---|
Public Sub BringToFront( _ ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _ ) |
[C#] |
---|
public void BringToFront( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Managed C++] |
---|
public: void BringToFront( IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay ); |
[Unmanaged C++] |
---|
public: HRESULT BringToFront( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay ); |
[Java] |
---|
public void bringToFront( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Python - STK API ] |
---|
def BringToFront(self, ImageryOverlay:"IAgStkGraphicsGlobeImageOverlay") -> None: |
- ImageryOverlay
- The Globe Image Overlay to bring to the front of the collection.