Adds imageryOverlay to the collection asynchronously.
[Visual Basic .NET] |
---|
Public Sub AddAsync( _ ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _ ) |
[C#] |
---|
public void AddAsync( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Managed C++] |
---|
public: void AddAsync( IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay ); |
[Unmanaged C++] |
---|
public: HRESULT AddAsync( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay ); |
[Java] |
---|
public void addAsync( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Python - STK API ] |
---|
def AddAsync(self, ImageryOverlay:"IAgStkGraphicsGlobeImageOverlay") -> None: |
- ImageryOverlay
- The Globe Image Overlay to be added to the collection.