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






Windows & Linux

Description

Adds imageryOverlay to the collection.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) 
[C#]
public void Add(
   IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);
[Managed C++]
public: void Add(
   IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay
);
[Unmanaged C++]
public: HRESULT Add(
   IAgStkGraphicsGlobeImageOverlay * ImageryOverlay
);

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.