UseLowerBound: Boolean;
The UseLowerBound property determines whether to consider the lower constraint for the controlling variable.
Available values:
True. Lower constraint of controlling variable is taken into account. To set constraint value, use the IMsNonLinearControlFormulaTerm.LowerBound property.
False. Default value. Lower constraint of controlling variable is not taken into account.
The property use is given in the example for IMsNonLinearControlFormulaTerm.UseUpperBound.
See also: