Gets the constraints.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IList<Constraint> Constraints { get; internal set; }
Visual Basic (Declaration)
Public Property Constraints As IList(Of Constraint)
Visual C++
public:
property IList<Constraint^>^ Constraints {
	IList<Constraint^>^ get ();
	void set (IList<Constraint^>^ value);
}

See Also