←Select platform

AngularUnitsAbbreviation Property

Summary
Gets or sets a string value that specifies the abbreviation used with the AnnAngularUnit value.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public Dictionary<AnnAngularUnit, string> AngularUnitsAbbreviation { get; } 
@property (nonatomic, strong, readonly) NSMutableDictionary<NSNumber *, NSString *> *angularUnitsAbbreviation; 
public java.util.HashMap<AnnAngularUnit, String> getAngularUnitsAbbreviation() 
public:  
   property Dictionary<AnnAngularUnit^, String^>^ AngularUnitsAbbreviation 
   { 
      Dictionary<AnnAngularUnit^, String^>^ get() 
   } 
AngularUnitsAbbreviation # get  (AnnProtractorObject) 

Property Value

A string value that specifies the abbreviation used with the AnnAngularUnit value.

Remarks

The AngularUnitsAbbreviation property resets to the appropriate value whenever the AnnAngularUnit property changes. To use a custom abbreviation, set the value of this property after setting the AnnAngularUnit property.

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.