ITargetConstraint.Constraints

Fore Syntax

Constraints: ITargetConstraintInfoArray;

Fore.NET Syntax

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

Description

The Constraints property returns the 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