Unit class

Unit class

This class is used to specifies the units in which a Numeric Item has been measured.

The Unit type exposes the following members:

Constructors

ConstructorDescription
Unit(type)

Properties

PropertyDescription
idGets or sets the unit id.
typeGets or sets the unit type.
measure_qualified_namesGets the collection of measure qualified name, it is used when unit type is Measure.
unit_numerator_qualified_namesGets the collection of numerator qualified name, it is used when unit type is Divide.
unit_denominator_qualified_namesGets the collection of denominator qualified name, it is used when unit type is Divide.

See Also