Gets and sets the type of the constraint, either equality or inequality.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public ConstraintType Type { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Type As ConstraintType |
| Visual C++ |
|---|
public: property ConstraintType Type { ConstraintType get (); void set (ConstraintType value); } |