function Leadtools.Annotations.Rendering.AnnProtractorObjectRenderer.getAngleText( angle , precision , unit , unitsAbbreviation )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
angle | double | The angle value in unit. |
precision | double | The precision of angle. Refer to AnnProtractorObject.AnglePrecision for valid values. |
unit | AnnAngularUnit | The unit of angle. |
unitsAbbreviation | Dictionary<AnnAngularUnit,string> | The unit abbreviation to use. |
This method is called by the renderer to get the text to use for the angle. Derived classes can override this method to provide their own implementation.