AGI STK Graphics 11 Send comments on this topic.
Add Method (IAgStkGraphicsScreenOverlayCollectionBase)
See Also 
Item
The overlay to add to the collection.
Windows






Windows & Linux

Description

Adds an overlay to the collection.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal Item As IAgStkGraphicsScreenOverlay _
) 

[C#]
public void Add(
IAgStkGraphicsScreenOverlay Item
);

[Managed C++]
public: void Add(
IAgStkGraphicsScreenOverlay ^ Item
);

[Java]
public  add(
IAgStkGraphicsScreenOverlay Item
);

[Unmanaged C++]
public: HRESULT Add(
IAgStkGraphicsScreenOverlay * Item
);

Parameters

Item
The overlay to add to the collection.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface