Revit 2026 API
Ruled |
Returns a copy of the second profile curve if it is set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Curve GetSecondProfileCurve()
Public Function GetSecondProfileCurve As Curve
public: Curve^ GetSecondProfileCurve()
member GetSecondProfileCurve : unit -> Curve
Return Value
CurveA copy of the second profile curve, if it exists. If a point was used to define the second profile, this function will return .
See Also