ITargetControlVariablesArray.Item

Fore Syntax

Item(Index: Integer): ITargetControlVariable;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Cp.ITargetControlVariable;

Parameters

Index. Variable index in the collection.

Description

The Item property returns the specified controlling variable from the collection.

Comments

Indexing of variables in the collection is continuous and starts with zero.

Fore and Fore.NET Examples

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

See also:

ITargetControlVariablesArray