setUnitAbbreviation Method

Summary

Modifies the default string abbreviation to be used with a specific unit.

Syntax
TypeScript
JavaScript
setUnitAbbreviation = function( 
   unit, 
   newValue 
) 
static setUnitAbbreviation( 
   unit: AnnUnit, 
   newValue: string 
): string; 

Parameters

unit

The unit value to change its abbreviation.

newValue

A string value that specifies the abbreviation to be used with unit.

Return Value

A string that specifies the previous default value.

Remarks

You can use this method to globally change the abbreviation used with any unit during the life of your program.

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