MsArrangeMode

Description

The MsArrangeMode enumeration is used to determine the mode of autobuilding the metamodel calculation chain.

It is used by the following property:

Description

Value Brief description
0 InsideFolders. By folder structure. On such autobuilding, folders are lined up before the models, and autobuilding is also executed within them.
1 DeleteFolders. With breaking the folder structure. On such autobuilding, all the child folder models are extracted to the level, for which the autobuilding is executed, and the folders are deleted.
2 SplitSlices. Divide the multidimensional models with cycles into parts. If there is a multidimensional model that contains internal cycles in the calculation chain, its copy is used. The copy is divided into models that correspond the dimensions, for which the calculation method is set. These models are ordered according to their dependence in the Cycle N folder, where N is a cycle ordinal number.
4 CreateSystems. Create systems on detecting cycles. If linear regression, non-linear regression and determinate equations form a cycle, they are combined into an equation system.
8 NoCycles. Do not retrieve cycles from the folder. If the calculation chain contains cycles, the models that form a cycle are retrieved from the folders corresponding to the cycles to the calculation chain instead of the folders.

Comments

The SplitSlices value can be combined with other values of the MsArrangeMode enumeration. To do this, specify the required values through the Or operator.

See also:

Ms Assembly Enumerations