IMsTargetVarConstraints.Add

Fore Syntax

Add: IMsTargetVarConstraint;

Fore.NET Syntax

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

Description

The Add method adds constraint to the collection.

Comments

To remove constraints from the collection, use the IMsTargetVarConstraints.Clear and IMsTargetVarConstraints.Remove methods.

Fore and Fore.NET Examples

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

See also:

IMsTargetVarConstraints