Adds imageryOverlay to the collection asynchronously.
| [Visual Basic .NET] |
|---|
Public Sub AddAsync( _ ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _ ) |
| [C#] |
|---|
public void AddAsync( |
| [Managed C++] |
|---|
public: void AddAsync( |
| [Java] |
|---|
public addAsync( |
| [Unmanaged C++] |
|---|
public: HRESULT AddAsync( |
- ImageryOverlay
- The Globe Image Overlay to be added to the collection.
