anglePrecision Property

Summary

Gets or sets the precision value used for the angle of this AnnProtractorObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnProtractorObject.prototype, 'anglePrecision', 
	get: function(), 
	set: function(value) 
) 
anglePrecision: number; 

Property Value

The precision value used for the angle of this AnnProtractorObject.

Remarks

The precision value is the number of digits that should appear to the right of the decimal point when showing this AnnProtractorObject angle. For example, if the angle is 135.683 degrees and the precision is 2, the value 135.68 will be displayed.

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

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