NonLinearFunction: String;
The NonLinearFunction property determines nonlinear function of the constraint.
To determine upper and lower bounds of non-linear constraint, use the INonLinearConstraint.BoundaryLower and INonLinearConstraint.BoundaryUpper properties respectively.
The function expression may get the Fore function implemented in the unit that is sent as follows: <Unit identifier>.<Function identifier>[(Function parameters)]. To do this, determine a repository, in which the unit is searched.
The use of the expression, implemented in the unit, is given in the example for ISmExpressionProvider.Metabase.
The property use is given in the example for INonLinearConstraint.Result.
See also: