ITargetConstraint.Constraints

Fore syntax

Constraints: ITargetConstraintInfoArray;

Fore.NET syntax

Constraints: Prognoz.Platform.Interop.Cp.ITargetConstraintInfoArray;

Description

The Constraints property returns collection of values of non-linear constraint borders.

Comments

To set non-linear constraint expression, use the ITargetConstraint.Expression property.

Fore and Fore.NET examples

The property use is given in the example for ICpTargetAdjustment.Tolerance.

See also:

ITargetConstraint