showArc Property

Summary

Gets or sets the value that indicates whether to view the protractor arc for thisAnnProtractorObject.

Syntax

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

Property Value

The value indicates whether to view the protractor arc for this AnnProtractorObject. If this value is true then view the arc. The default value is true.

Remarks

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

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.Core Assembly