ManualConstraintColDeleteConstraint(Int32) Method

Delete a Manual Constraint by id.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public bool DeleteConstraint(
	int id
)

Parameters

id  Int32

Return Value

Boolean
Return false if the constraint is not in the collection.

See Also