IMsCalculationChainEntries.AddModel

Fore Syntax

AddModel(Model: IMsModel): IMsCalculationChainModel;

Fore.NET Syntax

AddModel(Model: Prognoz.Platform.Interop.Ms.IMsModel): Prognoz.Platform.Interop.Ms.IMsCalculationChainModel;

Parameters

Model. The model that must be added to the calculated chain.

Description

The AddModel method adds a model to metamodel calculation chain.

Comments

Use the IMsCalculationChainEntries.Remove or IMsCalculationChainEntries.RemoveByKey method to remove the model from the calculation chain.

Fore and Fore.NET Examples

The property use is given in the example for IMsCalculationChainEntry.InheritModelPeriod.

See also:

IMsCalculationChainEntries