IMsTargetConstraints.Add

Fore Syntax

Add: IMsTargetConstraint;

Fore.NET Syntax

Add: Prognoz.Platform.Interop.Ms.IMsTargetConstraint;

Description

The Add method adds constraint to the collection.

Comments

To remove a specified constraint from the collection, use the IMsTargetConstraints.Remove method, to remove all constraints use the IMsTargetConstraints.Clear method.

Fore and Fore.NET Examples

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

See also:

IMsTargetConstraints