GetUnitSystem

Returns the unit system of the solution.

Calling convention:

bool GetUnitSystem ()

You can find a definition of this function and the definition of UnitSystem enum in the CaeUtils_Exp_IContext.hxx header file.

Example:

UnitSystem unitSystem = pContext→GetUnitSystem();