Item(Index: Integer): IMsCalculationTreeNode;
Index. Element index in the collection.
The Item property returns an element from the collection by its index.
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.
The property use is given in the example for IMsProblemCalculation.CalculationTree.
See also: