| Revit 2020.1 API |
| BoundaryConditions..::..GetCurve Method |
| BoundaryConditions Class See Also |
Returns curve that define geometry of the line boundary conditions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2016
Syntax
Remarks
Boundary conditions should be BoundaryConditionsType::Line type. Otherwise exception is thrown.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidObjectException | Thrown when BoundaryConditions is not a BoundaryConditionsType::Line type. |