CollectorCheckConstraints Method

Check for constraint violations.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public ConstraintResult CheckConstraints(
	Frame frame,
	out Dictionary<string, ConstraintResult> detailedResults
)

Parameters

frame  Frame
the frame currently being operated on
detailedResults  DictionaryString, ConstraintResult
detailed constraint results of the constraint check

Return Value

ConstraintResult
a ConstraintResult of the constraint check

Remarks

When some constraints are enabled and a constraint is detected as being violated that constraint will be added to the violations list.

See Also