Share

RuledSurface.GetFirstProfileCurve Method

Returns a copy of the first profile curve if it is set.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public Curve GetFirstProfileCurve()

Return Value

Curve
A copy of the first profile curve, if it exists. If a point was used to define the first profile, this function will return null.

See Also

Reference

Was this information helpful?