IUnitsDimInstance.KeyByElement

Fore Syntax

KeyByElement(Element: Integer): Variant;

Fore.NET Syntax

KeyByElement[Element: uinteger]: object;

Parameters

Element. Index of dictionary element.

Description

The KeyByElement property returns element's key.

Comments

KeyByElement returns negative values if the element is a measure.

Example

The property use is given in the example for the IUnitsDimInstance.BasisByElement property.

See also:

IUnitsDimInstance