Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

GetUnitAbbreviation Method






The unit of measure for which the abbreviation is being sought.
Gets the abbreviation for a given unit of measure.
Syntax
public static string GetUnitAbbreviation( 
   AnnUnit unit
)
'Declaration
 
Public Shared Function GetUnitAbbreviation( _
   ByVal unit As AnnUnit _
) As String
'Usage
 
Dim unit As AnnUnit
Dim value As String
 
value = AnnUnitConverter.GetUnitAbbreviation(unit)

            

            
public:
static String^ GetUnitAbbreviation( 
   AnnUnit unit
) 

Parameters

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

Return Value

String containing the abbreviation.
Remarks
For information regarding text strings used throughout the user interface in the automated mode, including default abbreviations for different units, refer to Localization of LEADTOOLS for .NET Annotations Automation.
Example
For an example, refer to AnnUnitConverter.
Requirements

Target Platforms

See Also

Reference

AnnUnitConverter Class
AnnUnitConverter Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)