[This is preliminary documentation and is subject to change.]

Removes a zone from the collection, by name.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public bool Remove(
	string zoneName
)

Parameters

zoneName
String

Return Value

True if the given zone was found and removed. False if this collection did not contain the given zone.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If zoneName is null.

See Also