IDefCalculationAlgorithmsCollection.Item

Syntax

Item(Index: Integer): IDefCalculationAlgorithm;

Parameters

Index. Calculation algorithm index in collection.

Description

The Item property returns parameters of calculation algorithm use by its index in the collection.

Example

The example of use is given in description of the IDefCalculationAlgorithmsCollection.Add method.

See also:

IDefCalculationAlgorithmsCollection