The MsNonPointwiseCalcMode enumeration contains methods for calculating aggregation blocks when pointwise algorithm calculation is used.
It is used by the following property:
| Value | Brief description |
| 0 | DoNotCalc. Aggregation blocks will not be calculated. |
| 1 | CalcBefore. Aggregation blocks will be calculated before pointwise calculation of calculation blocks and control blocks. |
| 2 | CalcAfter. Default. Aggregation blocks will be calculated after pointwise calculation of calculation blocks and control blocks. |
See also: