IMsCalculationChainBranch.AutoName

Syntax

AutoName: Boolean;

Description

The AutoName property determines whether name for condition in calculation chain of metamodel is automatically created.

Comments

Available values:

Rules of automatic name generation:

Condition type Name generated automatically
Condition with parameter Branching by parameter {condition parameter name}.
Condition without parameter Branching {i}, where i is the counter of conditions without parameter created previously in the calculation chain, which name is generated automatically.

Example

The property use is given in the example for IMsBranchCondition.ConditionJoin.

See also:

IMsCalculationChainBranch