Removes the first occurrence of a specific overlay from the collection.
[Visual Basic .NET] |
---|
Public Function Remove( _ ByVal Item As IAgStkGraphicsScreenOverlay _ ) As |
[C#] |
---|
public bool Remove( IAgStkGraphicsScreenOverlay Item ); |
[Managed C++] |
---|
public: bool Remove( IAgStkGraphicsScreenOverlay ^ Item ); |
[Java] |
---|
public bool remove( IAgStkGraphicsScreenOverlay Item ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( IAgStkGraphicsScreenOverlay * Item, VARIANT_BOOL * pRetVal ); |
- Item
- The overlay to remove from the collection.