[]
Removes a plot area from the collection.
public bool Remove(PlotArea item)
Public Function Remove(item As PlotArea) As Boolean
Type | Name | Description |
---|---|---|
PlotArea | item | Plot area. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |