Assembly: Transform;
Namespace: Prognoz.Platform.Interop.Transform;
The ITsStatisticsTree interface is used to work with summary statistics tree.
ITsStatisticsTree
Use the ITsStatistics interface to create a tree.
| Property name | Brief description | |
| The Count property returns the number of elements in the summary statistics tree. | ||
| The Data property returns the enumeration element corresponding to the specified tree element. | ||
| The Name property returns the name of the selected tree element. | ||
| The ParentNode property returns an index of the parent element for the specified tree element. | ||
| The ShortName property returns a short name of the specified tree element. | ||
| The StatNode property returns index of the specified summary statistics. | ||
| The Type property returns the type of the specified tree element. | ||
| The Value property returns the value of the specified tree element. |
See also: