CollectorDisableConstraint Method
Disable a constraint for the identified constraint.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool DisableConstraint(
string constraintID
)
Public Function DisableConstraint (
constraintID As String
) As Boolean
public:
bool DisableConstraint(
String^ constraintID
)
member DisableConstraint :
constraintID : string -> bool
- constraintID String
- to disable
Booleantrue if the constraintID was changeable, false otherwise
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.