'Declaration
Public ReadOnly Property Knots As System.Collections.Generic.List(Of Single)
'Usage
Dim instance As NNurbsCurveF Dim value As System.Collections.Generic.List(Of Single) value = instance.Knots
public System.Collections.Generic.List<float> Knots {get;}