Revit 2025.3 API
ZoneRemove |
Remove a set of existing spaces to the current Zone element.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool RemoveSpaces( SpaceSet spaces )
Public Function RemoveSpaces ( spaces As SpaceSet ) As Boolean
public: bool RemoveSpaces( SpaceSet^ spaces )
member RemoveSpaces : spaces : SpaceSet -> bool
Parameters
- spaces SpaceSet
- The spaces which want to delete from the current zone element.
Return Value
BooleanIf successful the current zone element will remove a set of input spaces, otherwise .
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the specified parameter Value is . |
| InvalidOperationException | Thrown when the input spaces cannot be deleted from current zone element. |
See Also