IUnitsDimInstance.ElementByKey

Fore Syntax

ElementByKey(ElementKey: Variant): Integer;

Fore.NET Syntax

ElementByKey[ElementKey: object]: uinteger;

Parameters

ElementKey. The key of dictionary element.

Description

The ElementByKey property returns element index by its key.

Comments

With element index the user can get:

Example

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

See also:

IUnitsDimInstance