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