ITsStatisticsTree.Data

Syntax

Name(Index: Integer): Integer;

Properties

Index.Element index.

Description

The Data property returns the enumeration element corresponding to the specified tree element.

Comments

Elements indexing is continuous and starts with zero. The ITsStatisticsTree.Count property returns the number of elements in the tree.

The returned value belongs to one of the following enumerations depending on the type of element:

The ITsStatisticsTree.Type property returns element type.

Example

The property use is given in the example for ITsStatistics.Execute.

See also:

ITsStatisticsTree