ISlLinearConstraint.BoundaryLower

Fore Syntax

BoundaryLower: Double;

Fore.NET Syntax

BoundaryLower: double;

Description

The BoundaryLower property determines lower bound.

Comments

To determine the upper bound of linear constraint, use the ISlLinearConstraint.BoundaryUpper property.

Fore and Fore.NET Example

The property use is given in the example for ISlLinearConstraint.Result.

See also:

ISlLinearConstraint