DelegateBasedConstraintCallback Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 23.2.417.0 (23.2.417.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