| Revit 2022.1 API |
| DividedPath..::..IsClosedLoop Property |
| DividedPath Class See Also |
Whether or not the path forms a closed loop.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public bool IsClosedLoop { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsClosedLoop As Boolean Get |
| Visual C++ |
|---|
public: property bool IsClosedLoop { bool get (); } |
Remarks
True if the path form a closed loop.
False otherwise.