CurveLoopsProfileProfile Property

Returns the curve loops of the profile.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CurveArrArray Profile { get; set; }

Property Value

CurveArrArray
Remarks
This property is used to retrieve the curve loops of profile.
See Also