AGI STK Graphics 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.