Item(Index: Integer): IMsCalculationChainEntry;
Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsCalculationChainEntry;
Index. Index of calculation chain element.
The Item property returns calculation chain element.
The number of elements in the collection is returned by the IMsCalculationChainEntries.Count property. Indexing of elements is continuous and starts with zero.
The property use is given in the example for IMsCalculationChainSystem.AddModel.
See also: