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