Creates a new space element on the given level, at the given location, and assigned to the given phase.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- level
- Type: Autodesk.Revit.DBLevel
The level on which the room is to exist.
- phase
- Type: Autodesk.Revit.DBPhase
The phase in which the room is to exist.
- point
- Type: Autodesk.Revit.DBUV
A 2D point that dictates the location on that specified level.
Return Value
If successful a new Space element within the project, otherwise a null reference (Nothing in Visual Basic).Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | Thrown when level, phase or point is a null reference (Nothing in Visual Basic). |
Autodesk.Revit.ExceptionsInvalidOperationException | Thrown when the space cannot be created. |
Autodesk.Revit.ExceptionsArgumentException | Thrown if the level does not exist in the given document. |
Autodesk.Revit.ExceptionsArgumentException | Thrown if the phase does not exist in the given document. |