LEADTOOLS Annotations (Leadtools.Annotations assembly)

AngularUnitAbbreviation Property (IAnnProtractorObject)

Show in webframe





Gets or sets a string value that specifies the abbreviation that corresponds to the AngularUnit property value.
Syntax
string AngularUnitAbbreviation {get; set;}
'Declaration
 
Property AngularUnitAbbreviation As String
'Usage
 
Dim instance As IAnnProtractorObject
Dim value As String
 
instance.AngularUnitAbbreviation = value
 
value = instance.AngularUnitAbbreviation

            

            
property String^ AngularUnitAbbreviation {
   String^ get();
   void set (    String^ value);
}

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.
Requirements

Target Platforms

See Also

Reference

IAnnProtractorObject Interface
IAnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.