Revit 2025.3 API
Hermite |
Returns whether the Hermite spline is periodic or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsPeriodic { get; }
Public ReadOnly Property IsPeriodic As Boolean Get
public: property bool IsPeriodic { bool get (); }
member IsPeriodic : bool with get
Property Value
BooleanSee Also