Collector.GetEnabledConstraints Method

Returns the currently enabled constraints.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.6.0 (4.14.6.0)
C#
public List<string> GetEnabledConstraints()

Return Value

List<String>
a list of the currently enabled constraint IDs.

See Also