←Select platform

GetAngularUnitAbbreviation Method

Summary

Gets the abbreviation that corresponds to a given angular unit of measure.

Syntax
C#
VB
Objective-C
C++
Java
public static string GetAngularUnitAbbreviation( 
   AnnAngularUnit unit 
) 
Public Shared Function GetAngularUnitAbbreviation( _ 
   ByVal unit As AnnAngularUnit _ 
) As String 
+(NSString*) getAngularUnitAbbreviation:(LTAnnAngularUnit) unit; 
public static String getAngularUnitAbbreviation(AnnAngularUnit unit) 
public:  
   static String^ GetAngularUnitAbbreviation( 
      AnnAngularUnit^ unit 
   ) 

Parameters

unit
The angular 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