IMsProblemPointwiseSettings.NonPointwiseCalcMode

Syntax

NonPointwiseCalcMode: MsNonPointwiseCalcMode;

Description

The NonPointwiseCalcMode property determines a method for calculating matrix aggregation models when pointwise problem calculation is used.

Comments

If the IMsProblemPointwiseSettings.Active property is set to True, and a problem contains matrix aggregation models, aggregation cannot be executed for one calendar point. Matrix aggregation models can be calculated only before or after pointwise calculation, or their calculation can be optional.

NOTE. When pointwise problem calculation is used, the order of models calculation depends on the selected calculation method.

Methods of matrix aggregation models calculation on pointwise problem calculation are similar to methods of calculating aggregation blocks on pointwise algorithm calculation. For details see the Algorithm Calculation section.

Example

The property use is given in the example for IMsProblemPointwiseSettings.Active.

See also:

IMsProblemPointwiseSettings