getUnits Method

Summary

Returns a dictionary containing all the units and their current abbreviation.

Syntax
TypeScript
JavaScript
getUnits = function() 
static getUnits(): { [key: number]: string }; 

Return Value

A dictionary containing all the units (as the key) and their current abbreviation (as the value).

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly