IVarTargetConstraintsArray.Add

Fore Syntax

Add: IVarTargetConstraint;

Fore.NET Syntax

Add(): Prognoz.Platform.Interop.Cp.IVarTargetConstraint;

Description

The Add method adds a new constraint to the collection.

Comments

To remove constraint from the collection, use the IVarTargetConstraintsArray.Remove method.

Fore and Fore.NET Examples

The method use is given in the example for ICpTargetAdjustment.CalcWithNonLinConstraints.

See also:

IVarTargetConstraintsArray