Share

RuledSurface.GetSecondProfileCurve Method

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


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

Syntax

C#

public Curve GetSecondProfileCurve()

Return Value

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

See Also

Reference

Was this information helpful?