Gets or sets the type of the constraint.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.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);
}

Field Value

The type of the constraint.

See Also