Add a set of existing spaces to Zone element.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool AddSpaces(
SpaceSet spaces
)
Public Function AddSpaces (
spaces As SpaceSet
) As Boolean
public:
bool AddSpaces(
SpaceSet^ spaces
)
member AddSpaces :
spaces : SpaceSet -> bool
Parameters
- spaces SpaceSet
- The spaces which want to add to zone element.
Return Value
Boolean If successful the current zone element will add a set of input spaces, otherwise
.
Exceptions
See Also