Returns a dictionary containing all the units and their current abbreviation.
public static Dictionary<AnnUnit, string> GetUnits()
Public Shared Function GetUnits() As Dictionary(Of AnnUnit, String)
public:
static Dictionary<AnnUnit^, String^>^ GetUnits()
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