AGI STK Graphics 11 Send comments on this topic.
AddUriString Method (IAgStkGraphicsImageCollection)
See Also 
Uri
The String that represents the Uri of the Globe Overlay. The Globe Overlay must be of a recognized format.
Windows






Windows & Linux

Description

Creates a Globe Overlay from the uri, which represents a Uri, and adds it to the collection.

Syntax

[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
);

[Java]
public IAgStkGraphicsGlobeImageOverlay addUriString(
String Uri
);

[Unmanaged C++]
public: HRESULT AddUriString(
BSTR Uri,
IAgStkGraphicsGlobeImageOverlay ** ReturnValue
);

Parameters

Uri
The String that represents the Uri of the Globe Overlay. The Globe Overlay must be of a recognized format.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface