←Select platform

GetUnits Method

Summary

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

Syntax
C#
VB
C++
public static Dictionary<AnnUnit, string> GetUnits() 
Public Shared Function GetUnits() As Dictionary(Of AnnUnit, String) 
public:  
   static Dictionary<AnnUnit^, String^>^ GetUnits() 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.