UnitConvTable

The UnitConvTable property is a list of unit conversion objects.

Each unit conversion object must have three properties:

  "UnitConvTable": [
    {
      "SourceUnit_Id": "Unit_Length_mm",
      "TargetUnit_Id": "Unit_Length_inch",
      "ConvFunction": "function (x) {return x*0.03937;}"
    },