CollectorCheckConstraints Method
Check for constraint violations.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public ConstraintResult CheckConstraints(
Frame frame,
out Dictionary<string, ConstraintResult> detailedResults
)
Public Function CheckConstraints (
frame As Frame,
<OutAttribute> ByRef detailedResults As Dictionary(Of String, ConstraintResult)
) As ConstraintResult
public:
ConstraintResult CheckConstraints(
Frame^ frame,
[OutAttribute] Dictionary<String^, ConstraintResult>^% detailedResults
)
member CheckConstraints :
frame : Frame *
detailedResults : Dictionary<string, ConstraintResult> byref -> ConstraintResult
- frame Frame
- the frame currently being operated on
- detailedResults DictionaryString, ConstraintResult
- detailed constraint results of the constraint check
ConstraintResulta ConstraintResult of the constraint check
When some constraints are enabled and a constraint
is detected as being violated that constraint will be
added to the violations list.