CurveIsCyclic Property

The boolean value that indicates whether this curve is cyclic.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsCyclic { get; }

Return Value

Boolean
True if this curve is cyclic; otherwise, false.
See Also