STK Graphics PrimitivesSend comments on this topic.
Remove Method (IAgStkGraphicsScreenOverlayCollectionBase)
See Also
Item
The overlay to remove from the collection.
Windows





Windows & Linux

Description

Removes the first occurrence of a specific overlay from the collection.

Syntax

[Visual Basic .NET]
Public Function Remove( _
    ByVal Item As IAgStkGraphicsScreenOverlay _
) As Boolean
[C#]
public bool Remove(
    IAgStkGraphicsScreenOverlay Item
);
[Managed C++]
public: bool Remove(
    IAgStkGraphicsScreenOverlay ^ Item
);
[Unmanaged C++]
public: HRESULT Remove(
    IAgStkGraphicsScreenOverlay * Item,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool remove(
    IAgStkGraphicsScreenOverlay Item
);
[Python - STK API ]
def Remove(self, Item:"IAgStkGraphicsScreenOverlay") -> bool:

Parameters

Item
The overlay to remove from the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.