ITargetControlVariable.Id

Fore Syntax

Id: String;

Fore.NET Syntax

Id: string;

Description

The Id property returns identifier of controlling variable.

Comments

Variable identifier is set on its creation by means of the ITargetControlVariablesArray.Add method.

Fore and Fore.NET Examples

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

See also:

ITargetControlVariable