| DelegateBasedCostFunctionCallback Property  | 
 
            Gets or sets the 
delegate that computes the value from the 
SegmentResults 
            to minimize or maximize.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic DelegateBasedCostFunctionCallback Callback { get; set; }Public Property Callback As DelegateBasedCostFunctionCallback
	Get
	Set
public:
property DelegateBasedCostFunctionCallback^ Callback {
	DelegateBasedCostFunctionCallback^ get ();
	void set (DelegateBasedCostFunctionCallback^ value);
}member Callback : DelegateBasedCostFunctionCallback with get, set
Property Value
Type: 
DelegateBasedCostFunctionCallback See Also
See Also