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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1