ITargetControlVariablesArray.Item

Syntax

Item(Index: Integer): 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.

Example

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

See also:

ITargetControlVariablesArray