| Revit 2020 API |
| BoundaryConditions..::..Point Property |
| BoundaryConditions Class See Also |
Returns the position of point boundary conditions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
Remarks
Boundary conditions should be BoundaryConditionsType::Point type. Otherwise exception is thrown.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidObjectException | Thrown when BoundaryConditions is not a BoundaryConditionsType::Point type. |