| Revit 2020 API |
| Path3d..::..AllCurveLoops Property |
| Path3d Class See Also |
Get all the Curve Loops of Path3d.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public CurveArrArray AllCurveLoops { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AllCurveLoops As CurveArrArray Get |
| Visual C++ |
|---|
public: property CurveArrArray^ AllCurveLoops { CurveArrArray^ get (); } |
Remarks
Returns all the Curve Loops of Path3d.