Accessing Systems of Units
 
Functions Introduced:
Use the function ProUnitsystemIsStandard() to check whether the system of unit is a standard system. Specify the name of the system of unit as the input parameter.
Use the function ProUnitsystemTypeGet() to retrieve the type of system of unit. Specify the name of the system of unit as the input argument. The output argument of this function is as follows:
type—The type of system of unit. It can have the following values:
PRO_UNITSYSTEM_MLT—Mass Length Time
PRO_UNITSYSTEM_FLT—Force Length Time
For more information on the same refer to the section on Types of Systems of Units above.
Use the function ProUnitsystemUnitGet() to retrieve the unit of particular type for a specified system of derived unit.
這是否有幫助?