CollectorSetConstraintsConfig Method

Configures the constraint system properties.

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 SetConstraintsConfig(
	string key,
	string property
)

Parameters

key  String
the configuration key to work on or "json"
property  String
the value to set this property to

Return Value

Boolean
true if the property was successfully set, false on error

Remarks

The constraint system configuration accepts a key "json" and the corresponding JSON payload to configure the system.

See Also