empty Property

Summary

Gets a value that represents a static empty LeadPoint3D.

Syntax

JavaScript Syntax
Object.defineProperty(LeadPoint3D.prototype, 'empty', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly