IMsCalculationTreeNode.Kind

Syntax

Kind: MsCalculationTreeNodeKind;

Description

The Kind property returns the element type.

Comments

To work with all types of elements the IMsCalculationTreeNode basic interface is used. If the tree element is a breakpoint (Kind = MsCalculationTreeNodeKind.Model), it is recommended to use the child interface IMsCalculationModelTreeNode to get supplementary data.

Example

The property use is given in the example for IMsproblemCalculation.CalculationTree.

See also:

IMsCalculationTreeNode