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( |
| [Managed C++] |
|---|
public: bool Remove( |
| [Java] |
|---|
public bool remove( |
| [Unmanaged C++] |
|---|
public: HRESULT Remove( |
- Item
- The overlay to remove from the collection.
