ImageCollectionAddAsync Method (GlobeImageOverlay) |
Adds imageryOverlay 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 void AddAsync(
GlobeImageOverlay imageryOverlay
)
Public Sub AddAsync (
imageryOverlay As GlobeImageOverlay
)
public:
void AddAsync(
GlobeImageOverlay^ imageryOverlay
)
member AddAsync :
imageryOverlay : GlobeImageOverlay -> unit
Parameters
- imageryOverlay
- Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to be added to the collection.
See Also