Gets or sets the type of the constraint.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public Constraint..::.ConstraintType Type { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Type As Constraint..::.ConstraintType |
| Visual C++ |
|---|
public: property Constraint..::.ConstraintType Type { Constraint..::.ConstraintType get (); void set (Constraint..::.ConstraintType value); } |