IMsCalculationTreeNodes.Item

Syntax

Item(Index: Integer): IMsCalculationTreeNode;

Parameters

Index. Element index in the collection.

Description

The Item property returns an element from the collection by its index.

Comments

This property provides access to the specified element of the collection. The Index parameter value must be a non-negative number but less than the IMsCalculationTreeNodes.Count property value. Index of The first element of the collection is 0, of the last one - IMsCalculationTreeNodes.Count - 1. Index numbering is continuous.

Example

The property use is given in the example for IMsProblemCalculation.CalculationTree.

See also:

IMsCalculationTreeNodes