ITsStatisticsTree.StatNode

Fore Syntax

StatNode(Index: TsStatisticsType): Integer;

Fore.NET Syntax

StatNode[Index: Prognoz.Platform.Interop.Transform.TsStatisticsType]: Integer;

Parameters

Index. Summary statistics.

Description

The StatNode property returns index of the specified summary statistics.

Comments

To get name of summary statistics, use the ITsStatisticsTree.Name property.

Fore and Fore.NET Examples

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

See also:

ITsStatisticsTree