Revit 2026 API
CurveIs |
The boolean value that indicates whether this curve is cyclic.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsCyclic { get; }
Public ReadOnly Property IsCyclic As Boolean Get
public: property bool IsCyclic { bool get (); }
member IsCyclic : bool with get
Return Value
BooleanTrue if this curve is cyclic; otherwise, false.
See Also