Creates a Globe 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 IAgStkGraphicsGlobeImageOverlay |
[C#] |
---|
public IAgStkGraphicsGlobeImageOverlay AddUriString( string Uri ); |
[Managed C++] |
---|
public: IAgStkGraphicsGlobeImageOverlay^ AddUriString( String __gc ^ Uri ); |
[Unmanaged C++] |
---|
public: HRESULT AddUriString( BSTR Uri, IAgStkGraphicsGlobeImageOverlay ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsGlobeImageOverlay addUriString( String Uri ); |
[Python - STK API ] |
---|
def AddUriString(self, Uri:str) -> "IAgStkGraphicsGlobeImageOverlay": |
- Uri
- The String that represents the Uri of the Globe Overlay. The Globe Overlay must be of a recognized format.