IMsCalculationModelTreeNode

Assembly: Ms;

Description

The IMsCalculationModelTreeNode interface is used to work with a modeling problem calculation tree element that is used as a breakpoint.

Inheritance Hierarchy

          IMsCalculationModelTreeNode

Comments

The interface is a child of the IMsCalculationTreeNode interface that is used to work with all types of calculation tree elements. An element is a breakpoint if the IMsCalculationTreeNode.Kind property returns MsCalculationTreeNodeKind.Model.

Properties

  Property name Brief description
Breakpoint The Breakpoint property returns a breakpoint.
CurrentPoint The CurrentPoint property returns calendar calculation point where the breakpoint is positioned.
Model The Model property returns the model for which the breakpoint is set.
Scenario The Scenario property returns the scenario where the breakpoint is set.

Properties inherited from IMsCalculationTreeNode

  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:

Ms Assembly Interfaces