IMsCalculationChainEntries.AddMetaModel

Syntax

AddMetaModel(MetaModel: IMsMetaModel): IMsCalculationChainMetaModel;

Parameters

MetaModel. The metamodel that must be added to the calculation chain.

Description

The AddMetaModel method adds a metamodel to calculation chain of metamodel.

Comments

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

Example

The property use is given in the example for IMsModelParamControl.ControllingParam.

See also:

IMsCalculationChainEntries