volumeReady Property

Summary

Indicates whether the object has been created.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell3D.prototype, 'volumeReady', 
	get: function() 
) 
volumeReady: boolean; 

Property Value

true if the object is created; otherwise, false.

Remarks
  • To start creating an object, refer to Start.
  • To check the progress of the object while it is being created, refer to CheckProgress.

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