UnitOfMeasureType
Description
Enumeration of types of UnitOfMeasure values.
Each unit type has a default unit, which is most commonly used to specify values. A separate base unit is used to perform numeric conversions between units of the same type. The default unit and the base unit are not necessarily identical.
Public / Constants
Length
A measurement of length.
The default unit of this type is UnitOfMeasure.Metre. The base unit is identical to the default unit.
Angle
A measurement of angle.
The default unit of this type is UnitOfMeasure.Degree. The base unit is UnitOfMeasure.Radian.
Scale
A measurement of scale only (i.e. no actual unit).
The default unit of this type is UnitOfMeasure.Unity. The base unit is identical to the default unit.