Revit 2026 API
Nurb |
Return/set the knots of the nurb spline.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DoubleArray Knots { get; set; }
Public Property Knots As DoubleArray Get Set
public: property DoubleArray^ Knots { DoubleArray^ get (); void set (DoubleArray^ value); }
member Knots : DoubleArray with get, set
Property Value
DoubleArraySee Also