ImageCollectionAdd Method (Uri) |
Creates a
GlobeOverlay from the
uri and adds it to the collection.
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 Add(
Uri uri
)
Public Function Add (
uri As Uri
) As GlobeImageOverlay
public:
GlobeImageOverlay^ Add(
Uri^ uri
)
member Add :
uri : Uri -> GlobeImageOverlay
Parameters
- uri
- Type: SystemUri
The Uri of the GlobeOverlay. The GlobeOverlay must be of a recognized format.
Return Value
Type:
GlobeImageOverlayThe
GlobeOverlay that was created and added to the collection
See Also