←Select platform

GetUnitAbbreviation Method

Summary

Gets the abbreviation for a given unit of measure.

Syntax
C#
VB
Objective-C
C++
Java
public static string GetUnitAbbreviation( 
   AnnUnit unit 
) 
Public Shared Function GetUnitAbbreviation( _ 
   ByVal unit As AnnUnit _ 
) As String 
+(NSString*) getUnitAbbreviation:(LTAnnUnit) aUnit; 
public static String getUnitAbbreviation(AnnUnit unit) 
public:  
   static String^ GetUnitAbbreviation( 
      AnnUnit^ 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly