toArray Method

Summary

return an array that contains the LeadPoint3D values.

Syntax
TypeScript
JavaScript
LeadPoint3D.prototype.toArray = function() 
toArray(): number[]; 

Return Value

An array of double values that contains the LeadPoint3D values.

Remarks

An array of 3 items will be generated:

  • x maps to item 0
  • y maps to item 1
  • z maps to item 2
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.