ImageCollectionAddAsync Method (String) |
Creates a
GlobeImageOverlay from the
uri, which represents a
Uri, and adds it to the collection asynchronously.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GlobeImageOverlay AddAsync(
string uri
)
Public Function AddAsync (
uri As String
) As GlobeImageOverlay
public:
GlobeImageOverlay^ AddAsync(
String^ uri
)
member AddAsync :
uri : string -> GlobeImageOverlay
Parameters
- uri
- Type: SystemString
The String that represents the Uri of the GlobeImageOverlay. The GlobeImageOverlay must be of a recognized format.
Return Value
Type:
GlobeImageOverlayThe
GlobeImageOverlay that was created and added to the collection
See Also