physicalStartPoint Property

Summary

Gets or sets the physical start point of the line profile.

Syntax

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

Property Value

LeadPointD that represents the physical the start point of the line profile.

Remarks

To get the logical point, refer to LogicalEndPoint and LogicalStartPoint.

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.Controls.Medical Assembly