IMsCalculationChainEntries.AddFolder

Syntax

AddFolder(FolderName: String): IMsCalculationChainFolder;

Parameters

FolderName. The folder name that must be added.

Description

The AddFolder method adds a folder to calculation chain of metamodel.

Comments

The method returns contents of the added folder.

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

Example

The property is given in the example for IMsCalculationChainGroup.CalculationType.

See also:

IMsCalculationChainEntries