ITargetControlVariablesArray.Add

Syntax

Add(Id: String): ITargetControlVariable;

Parameters

Id. Identifier of added variable.

Description

The Add method adds a controlling variable to the collection.

Comments

Each variable in the collection must have unique identifier. Two variables with the same identifier are not allowed.

Example

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

See also:

ITargetControlVariablesArray