RVTDocs.com

BoundaryConditions.GetCurve

Method
Description:
Returns curve that define geometry of the line boundary conditions.
Remarks:
Boundary conditions should be BoundaryConditionsType::Line type. Otherwise exception is thrown.
Syntax
public Curve GetCurve()
Exceptions
Exception Condition
InvalidObjectException Thrown when BoundaryConditions is not a BoundaryConditionsType::Line type.