CollectorGetConstraintsConfig Method

Obtains a constraint system property.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public string GetConstraintsConfig(
	string key
)

Parameters

key  String
the configuration key to work on or "json"

Return Value

String
the value of the configuration key or an empty string if key did not exist

See Also