Assembly: Ms;
The IMsCalculationStatNode interface is used to work with calculation statistics tree node.
IMsCalculationStatNode
Separate modeling problem calculation stages are used as calculation statistics tree nodes. Each stage result is registered on calculation execution: problem calculation start, data loading, model calculation, data saving and, so on.
To work with the calculation statistics tree nodes collection, use the IMsCalculationStatNodes interface.
Property name | Brief description | |
Children | The Children property returns child elements of calculation statistic. | |
Parent | The Parent property returns the parent element of calculation statistic. | |
Type | The Type property returns calculation statistic type. | |
Value | The Value property returns calculation statistic value. |
Property name | Brief description | |
Id | The Id property determines the object identifier. | |
Key | The Key property returns the object key. | |
Name | The Name property determines the object name. |
See also: