Removes the first occurrence of a specific overlay from the collection.
[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: |
- Item
- The overlay to remove from the collection.