The IMsCalculationModelTreeNode interface is used to work with tree element,that is used as breakpoint, of the modeling problem calculation.
This interface is a child of IMsCalculationTreeNode that is used to work with all types of calculation tree elements. An element is a breakpoint if the IMsCalculationTreeNode.Kind property returns the MsCalculationTreeNodeKind.Model value.
Property name | Brief description | |
The Breakpoint property returns a breakpoint. | ||
The CurrentPoint property returns calendar calculation point where the breakpoint is positioned. | ||
The Model property returns the model for which the breakpoint is set. | ||
The Scenario property returns the scenario where the breakpoint is set. |
Property name | Brief description | |
The Children property returns collection of element children. | ||
The Key property returns element key. | ||
The Kind property returns element type. | ||
The Parent property returns collection of element parents. | ||
The Text property returns element text. |
See also: