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