Item(Index: Integer): IMsCalculationChainEntry;
Index. Collection element index.
The Item property returns the element with the specified index from the collection.
Indexing of collection elements is continuous and starts with zero. To get the number of collection elements, use the IMsCalculationChainFilter.Count property.
The property use is given in the example for IMsProblemCalculationSettings.EntriesFilter.
See also: