secondPoint Property

Summary

Gets or sets the value for the second point of this AnnProtractorObject.

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

Property Value

A LeadPointD that specifies the second point of this AnnProtractorObject.

Remarks

An AnnProtractorObject consists of two rulers joined at a point to create an angle. The center point is CenterPoint, the first line ends at FirstPoint and the second line ends at SecondPoint.

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