Creates a Globe Image Overlay from the uri, which represents a Uri, and adds it to the collection asynchronously.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsGlobeImageOverlay AddAsyncUriString( string Uri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsGlobeImageOverlay^ AddAsyncUriString( String __gc ^ Uri ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsGlobeImageOverlay addAsyncUriString( String Uri ); |
[Python - STK API ] |
|---|
def AddAsyncUriString(self, Uri:str) -> "IAgStkGraphicsGlobeImageOverlay": |
- Uri
- The String that represents the Uri of the Globe Image Overlay. The Globe Image Overlay must be of a recognized format.






