MsArrangeMode

Description

The MsArrangeMode enumeration is used to determine a mode of autobuilding a 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 folder structure violation. 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 multidimensional models with cycles into parts. If there is a multidimensional model with internal cycles in the calculation chain, its copy is used. The copy is divided into models that correspond to the dimensions, for which the calculation method is set. These models are ordered according to their dependency in the Cycle N folder, where N is a cycle sequence 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 into folders. 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