←Select platform

GetUnitAbbreviation Method

Summary
Gets the abbreviation for a given unit of measure.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static string GetUnitAbbreviation( 
   AnnUnit unit 
) 
+(NSString*) getUnitAbbreviation:(LTAnnUnit) aUnit; 
public static String getUnitAbbreviation(AnnUnit unit) 
public:  
   static String^ GetUnitAbbreviation( 
      AnnUnit^ unit 
   ) 
def GetUnitAbbreviation(self,unit): 

Parameters

unit
The unit of measure for which the abbreviation is being sought.

Return Value

A string containing the abbreviation.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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