AGI STK Graphics 11 Send comments on this topic.
AddAsync Method (IAgStkGraphicsImageCollection)
See Also 
ImageryOverlay
The Globe Image Overlay to be added to the collection.
Windows






Windows & Linux

Description

Adds imageryOverlay to the collection asynchronously.

Syntax

[Visual Basic .NET]
Public Sub AddAsync( _
   ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) 

[C#]
public void AddAsync(
IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);

[Managed C++]
public: void AddAsync(
IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay
);

[Java]
public  addAsync(
IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);

[Unmanaged C++]
public: HRESULT AddAsync(
IAgStkGraphicsGlobeImageOverlay * ImageryOverlay
);

Parameters

ImageryOverlay
The Globe Image Overlay to be added to the collection.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface