ITargetControlVariablesArray.Add

Fore Syntax

Add(Id: String): ITargetControlVariable;

Fore.NET Syntax

Add(Id: String): Prognoz.Platform.Interop.Cp.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.

Fore and Fore.NET Examples

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

See also:

ITargetControlVariablesArray