Returns a dictionary containing all the units and their current abbreviation.
getUnits = function()
static getUnits(): { [key: number]: string };
A dictionary containing all the units (as the key) and their current abbreviation (as the value).
Use getUnitAbbreviation to get the current abbreviation to use with a unit in the UI and setUnitAbbreviation to modify the abbreviation to use with a unit in the UI. Use getUnits to get a dictionary containing the current abbreviation of all the units.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET