IMsCalculationChainEntries.AddExclusiveModel

Fore Syntax

AddExclusiveModel: IMsCalculationChainModel;

Fore.NET Syntax

AddExclusiveModel(): Prognoz.Platform.Interop.Ms.IMsCalculationChainModel;

Description

The AddExclusiveModel method adds an internal model to calculation chain of metamodel.

Comments

To delete internal model from calculation chain, use the IMsCalculationChainEntries.Remove or IMsCalculationChainEntries.RemoveByKey method.

Fore and Fore.NET Examples

The property use is given in the example for IMsMetaModel.ObjectParamValues.

See also:

IMsCalculationChainEntries