IMsUnitInfo.Measure

Fore Syntax

Measure: Integer;

Fore.NET Syntax

Measure: uinteger;

Description

The Measure property returns measure index.

Comments

The Measure index corresponds to the element index in the measures and units dictionary. The dictionary is returned by the IMsUnitInfo.UnitsDimension property.

If Measure returns -1, measure is not determined.

Fore Example

The property use is given in the example for IMsUnitInfo.BaseUnit.

See also:

IMsUnitInfo