Revit 2026 API
Path |
Get all the Curve Loops of Path3d.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CurveArrArray AllCurveLoops { get; }
Public ReadOnly Property AllCurveLoops As CurveArrArray Get
public: property CurveArrArray^ AllCurveLoops { CurveArrArray^ get (); }
member AllCurveLoops : CurveArrArray with get
Property Value
CurveArrArrayReturns all the Curve Loops of Path3d.
See Also