HermiteSplineIsPeriodic Property |
Returns whether the Hermite spline is periodic or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsPeriodic { get; }
Public ReadOnly Property IsPeriodic As Boolean
Get
public:
property bool IsPeriodic {
bool get ();
}
member IsPeriodic : bool with get
Property Value
Boolean
See Also