Returns curve that define geometry of the line boundary conditions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
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. |