RVTDocs.com

Zone.AddSpaces

Method
Description:
Add a set of existing spaces to Zone element.
Syntax
public bool AddSpaces(
	SpaceSet spaces
)
Parameters
Parameter Type Description
spaces SpaceSet The spaces which want to add to zone element.
Return Value
Type Description
Boolean If successful the current zone element will add 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 added to current zone element.