IMsCalculationChainEntries.AddMetaModel

Fore Syntax

AddMetaModel(MetaModel: IMsMetaModel): IMsCalculationChainMetaModel;

Fore.NET Syntax

AddMetaModel(MetaModel: Prognoz.Platform.Interop.Ms.IMsMetaModel): Prognoz.Platform.Interop.Ms.IMsCalculationChainMetaModel;

Parameters

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

Description

The AddMetaModel method adds a metamodel to metamodel calculation chain.

Comments

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

Fore and Fore.NET Examples

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

See also:

IMsCalculationChainEntries