IMsCalculationChainEntries.AddModel

Syntax

AddModel(Model: IMsModel): IMsCalculationChainModel;

Parameters

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

Description

The AddModel method adds a model to calculation chain of metamodel.

Comments

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

Example

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

See also:

IMsCalculationChainEntries