Enum pfcUnitType
Description
This enumerated type represents the type of units.
Values
-
UNIT_LENGTH
- Length based units.
-
UNIT_MASS
- Mass based units.
-
UNIT_FORCE
- Force based units.
-
UNIT_TIME
- Time based units.
-
UNIT_TEMPERATURE
- Temperature based units.
-
UNIT_ANGLE
- Angle based units.
-
UnitType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.