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





