| Revit 2015 API |
| Document..::..NewRoom Method (Phase) |
| Document Class See Also |
Creates a new unplaced room and with an assigned phase.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
| C# |
|---|
public Room NewRoom( Phase phase ) |
| Visual Basic |
|---|
Public Function NewRoom ( _ phase As Phase _ ) As Room |
| Visual C++ |
|---|
public: Room^ NewRoom( Phase^ phase ) |
Parameters
- phase
- Type: Autodesk.Revit.DB..::..Phase
The phase in which the room is to exist.