IMsTargetConstraint.LowerBoundFixed

Fore Syntax

LowerBoundFixed: MsBoundFixType;

Fore.NET Syntax

LowerBoundFixed: Prognoz.Platform.Interop.Ms.MsBoundFixType;

Description

The LowerBoundFixed property determines lower constraint limit fixation mode.

Comments

By default, the lower constraint is fixed, that is, the property is set to MsBoundFixType.Fixed.

To determine upper constraint limit fixation mode, use the IMsTargetConstraint.UpperBoundFixed property.

Fore and Fore.NET Examples

The property use is given in the example for IMsOptimizationProblem.CriterionFunction.

See also:

IMsTargetConstraint