| Revit Preview Release API |
| Room..::..Unplace Method |
| Room Class See Also |
Remove the room from its location, but the project still contains the room.
The room can be placed in another location after unplaced.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public void Unplace() |
| Visual Basic |
|---|
Public Sub Unplace |
| Visual C++ |
|---|
public: void Unplace() |
Remarks
Note that current room is changed to unplaced and all corresponding rooms which in other group instance are deleted
when in group edit mode.