Click or drag to resize

DelegateBasedConstraintCallback Property

Gets or sets the delegate that computes the value from the SegmentResults to compare against the DesiredValue.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DelegateBasedConstraintCallback Callback { get; set; }

Property Value

Type: DelegateBasedConstraintCallback
See Also