Swaps the position of two Globe Image Overlay objects.
[Visual Basic .NET] |
---|
Public Sub Swap( _ ByVal ImageryOverlay1 As IAgStkGraphicsGlobeImageOverlay, _ ByVal ImageryOverlay2 As IAgStkGraphicsGlobeImageOverlay _ ) |
[C#] |
---|
public void Swap( IAgStkGraphicsGlobeImageOverlay ImageryOverlay1, IAgStkGraphicsGlobeImageOverlay ImageryOverlay2 ); |
[Managed C++] |
---|
public: void Swap( IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay1, IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay2 ); |
[Unmanaged C++] |
---|
public: HRESULT Swap( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay1, IAgStkGraphicsGlobeImageOverlay * ImageryOverlay2 ); |
[Java] |
---|
public void swap( IAgStkGraphicsGlobeImageOverlay ImageryOverlay1, IAgStkGraphicsGlobeImageOverlay ImageryOverlay2 ); |
[Python - STK API ] |
---|
def Swap(self, ImageryOverlay1:"IAgStkGraphicsGlobeImageOverlay", ImageryOverlay2:"IAgStkGraphicsGlobeImageOverlay") -> None: |
- ImageryOverlay1
- The first Globe Image Overlay object.
- ImageryOverlay2
- The second Globe Image Overlay object.