[This is preliminary documentation and is subject to change.]
Removes a zone from the collection, by name.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
Parameters
- zoneName
- String
[Missing <param name="zoneName"/> documentation for "M:fCraft.ZoneCollection.Remove(System.String)"]
Return Value
True if the given zone was found and removed. False if this collection did not contain the given zone.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If zoneName is null. |