Remove a set of existing spaces to the current Zone element.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public bool RemoveSpaces(
SpaceSet spaces
) |
| Visual Basic |
|---|
Public Function RemoveSpaces ( _
spaces As SpaceSet _
) As Boolean |
| Visual C++ |
|---|
public:
bool RemoveSpaces(
SpaceSet^ spaces
) |
Return Value
If successful the current zone element will remove a set of input spaces, otherwise
nullNothingnullptra null reference (Nothing in Visual Basic).
Exceptions
See Also