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





