Creates a terrain overlay from the uri, which represents a uri, and adds it to the collection.
[Visual Basic .NET] |
---|
Public Function AddUriString( _ ByVal Uri As String _ ) As IAgStkGraphicsTerrainOverlay |
[C#] |
---|
public IAgStkGraphicsTerrainOverlay AddUriString( string Uri ); |
[Managed C++] |
---|
public: IAgStkGraphicsTerrainOverlay^ AddUriString( String __gc ^ Uri ); |
[Unmanaged C++] |
---|
public: HRESULT AddUriString( BSTR Uri, IAgStkGraphicsTerrainOverlay ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsTerrainOverlay addUriString( String Uri ); |
[Python - STK API] |
---|
def AddUriString(self, Uri:str) -> "IAgStkGraphicsTerrainOverlay": |
- Uri
- The
that represents the of the . The must be of a recognized format.