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