ICalcObjectsList.Item

Syntax

Item(Index: Integer): ICalcObject;

Parameters

Index. Calculation algorithm object index.

Description

The Item property returns the calculation algorithm object by index.

Example

The method use is given in the example for ICalcObjectsList.FindByMetaModelKey.

See also:

ICalcObjectsList