ILanerTable.PrefixValues

Fore Syntax

PrefixValues(Row: Integer; Column: Integer): Array;

Fore.NET Syntax

PrefixValues[Row: integer; Column: integer]: System.Array;

Parameters

Row. Row index.

Column. Column index.

Description

The PrefixValues property returns identifiers of the attributes that are responsible for prefixes creation for observation in the specified cell.

Comments

To get identifiers that are responsible for forming of suffixes and comments, use the ILanerTable.SuffixValues and ILanerTable.CommentValues properties.

Fore and Fore.NET examples

The property use is given in the example for ILanerTable.CommentValues.

See also:

ILanerTable