←Select platform

AngularUnitAbbreviation Property

Summary

Gets or sets a string value that specifies the abbreviation that corresponds to the AngularUnit property value.

Syntax

C#
VB
C++
public string AngularUnitAbbreviation { get; set; } 
  
Property AngularUnitAbbreviation As String 
property String^ AngularUnitAbbreviation { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string value that specifies the abbreviation that corresponds to the AngularUnit property value.

Remarks

The AngularUnitAbbreviation property resets to the appropriate value whenever the AngularUnit property changes. To use a custom abbreviation, set the value of this property after setting the AngularUnit property. To get the default abbreviation value, call the AnnUnitConverter.GetAngularUnitAbbreviation method.

This property is used only if the ShowAngle property is true.

For more information, refer to Using Protractors in Annotation Objects. (Deprecated)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly