Gets or sets a degree of the NURBS curve.
public int Degree {get; set;}
public: __property int get_Degree();
public: __property void set_Degree(
int value
);
public:
property int Degree {
int get();
void set ( int value);
}
Property Value
Numeric value equal to 2 or greater.