IMetaAttributeNamings.GetNames

Syntax

GetNames(Values: IMatrixModel; [Names: IMatrixModel = Null; ][ValueIndex: Integer = 0]);

Parameters

Values - value matrix.

Names - name matrix. Optional parameter. This parameter is not determined by default.

ValueIndex - value index in a matrix. Optional parameter. By default, a matrix is processed with the first element.

Description

The GetNames method enables the user to get names of the time series database elements by specified values.

See also:

IMetaAttributeNamings