IMsCalculationTreeNode.Kind

Syntax

Kind: MsCalculationTreeNodeKind;

Description

The Kind property returns the element type.

Comments

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

Example

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

See also:

IMsCalculationTreeNode