empty Property

Summary

Gets a value that represents a static empty LeadPoint3D.

Syntax
TypeScript
JavaScript
Object.defineProperty(LeadPoint3D.prototype, 'empty', 
	get: function() 
) 
static empty: LeadPoint3D; // read-only 

Property Value

An empty LeadPoint3D object.

Remarks

The x and y and z of the instance of LeadPoint3D are set to Nan.

An empty LeadPoint3D object indicates a point that is not set. You cannot modify the values of an empty point and you should not use the values returned from x and y and z.

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