DelegateBasedConstraint.Callback Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DelegateBasedConstraintCallback Callback { get; set; }
Public Property Callback As DelegateBasedConstraintCallback
Get
Set
public:
property DelegateBasedConstraintCallback^ Callback {
DelegateBasedConstraintCallback^ get ();
void set (DelegateBasedConstraintCallback^ value);
}
member Callback : DelegateBasedConstraintCallback with get, set
Property Value
Type:
DelegateBasedConstraintCallback
See Also