values Property

Summary

Returns a 2-dimensional array of the values assigned in the associated LeadMatrix3D.

Syntax

TypeScript
JavaScript
Object.defineProperty(LeadMatrix3D.prototype, 'values', 
	 get: function(), 
	 set: function(value) 
) 
      values: number[][]; 

Property Value

A number[][]. The default value is null.

Remarks

Each dimension will be an array, number[], containing the respective values.

Requirements

Target Platforms

See Also

LeadMatrix3D

LeadMatrix3D Members

lt.Controls.Medical Namespace

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.