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( |
| [Managed C++] |
|---|
public: IAgStkGraphicsGlobeImageOverlay^ AddUriString( |
| [Java] |
|---|
public IAgStkGraphicsGlobeImageOverlay addUriString( |
| [Unmanaged C++] |
|---|
public: HRESULT AddUriString( |
- Uri
- The String that represents the Uri of the Globe Overlay. The Globe Overlay must be of a recognized format.
