ITsStatisticsTree.ShortName

Fore Syntax

ShortName(Index: Integer): String;

Fore.NET Syntax

ShortName[Index: integer]: string;

Parameters

Index.Element index.

Description

The ShortName property returns short name of 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.

To get element full name, use the ITsStatisticsTree.Name property.

Fore and Fore.NET Examples

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

See also:

ITsStatisticsTree