RVTDocs.com

Zone.RemoveSpaces

Method
Description:
Remove a set of existing spaces to the current Zone element.
Syntax
public bool RemoveSpaces(
	SpaceSet spaces
)
Parameters
Parameter Type Description
spaces SpaceSet The spaces which want to delete from the current zone element.
Return Value
Type Description
Boolean If successful the current zone element will remove a set of input spaces, otherwise .
Exceptions
Exception Condition
ArgumentNullException Thrown when the specified parameter Value is.
InvalidOperationException Thrown when the input spaces cannot be deleted from current zone element.