STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT Add(
    IAgStkGraphicsScreenOverlay * Item
);
[Java]
public void add(
    IAgStkGraphicsScreenOverlay Item
);
[Python - STK API ]
def Add(self, Item:"IAgStkGraphicsScreenOverlay") -> None:

Parameters

Item
The overlay to add to the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.