CollectorDisableConstraint Method

Disable a constraint for the identified constraint.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool DisableConstraint(
	string constraintID
)

Parameters

constraintID  String
to disable

Return Value

Boolean
true if the constraintID was changeable, false otherwise

Remarks

If the constraint was currently enabled, it will be removed from the set of currently active constraints. If it was not active or does not exist, the request is ignored.

See Also