Revit 2026 API
Swept |
The curves which make up the bottom profile of the sketch.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CurveArrArray BottomProfile { get; }
Public ReadOnly Property BottomProfile As CurveArrArray Get
public: property CurveArrArray^ BottomProfile { CurveArrArray^ get (); }
member BottomProfile : CurveArrArray with get
Property Value
CurveArrArray
The indices of the curves in this array match the indices used in the vertex connection map.
See Also