The MsCalculationTreeNodeKind enumeration contains element types in the modeling problem calculation tree.
It is used by the following property:
| Value | Brief description |
| 0 | Model. Breakpoint. |
| 1 | Calendar. Calendar point. |
| 2 | Scenario. Modeling scenario. |
The IMsCalculationTreeNode base interface is used to work with all element types. If the tree element is a breakpoint (MsCalculationTreeNodeKind = Model), the IMsCalculationModelTreeNode child interface is used to get additional data.
See also: