| Revit Preview Release API |
| NurbSpline..::..Knots Property |
| NurbSpline Class See Also |
Return/set the knots of the nurb spline.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public DoubleArray Knots { get; set; } |
| Visual Basic |
|---|
Public Property Knots As DoubleArray Get Set |
| Visual C++ |
|---|
public: property DoubleArray^ Knots { DoubleArray^ get (); void set (DoubleArray^ value); } |