Kind: MsCalculationTreeNodeKind;
The Kind property returns the element type.
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.
The property use is given in the example for IMsproblemCalculation.CalculationTree.
See also: