Requested3DDataType Enumeration

Summary

Specifies the requested data type.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.Requested3DDataType = { 
	create3DObject: 0, 
	render: 1, 
	creationProgress: 2, 
	keepServerObjectAlive: 3, 
	delete3DObject: 4, 
	update3DSettings: 5, 
	get3DInfo: 6 
} 
lt.Controls.Medical.Requested3DDataType = { 
	create3DObject: 0, 
	render: 1, 
	creationProgress: 2, 
	keepServerObjectAlive: 3, 
	delete3DObject: 4, 
	update3DSettings: 5, 
	get3DInfo: 6 
} 

Members

ValueMemberDescription
0Create3DObjectAsks the server to create the 3D object.
1RenderRequests from the server an image of the rendered 3D volume.
2CreationProgressRequests the percentage status of the 3D object creation process.
3KeepServerObjectAliveSends to the server the object that is still alive and still being used.
4Delete3DObjectTells the server to delete the 3D object.
5Update3DSettingsSends the server a request to change some of the 3D object properties.
6Get3DInfoRequests some 3D object properties from the server.

Remarks
  • Requested3DDataType is used with the event Request3DData
  • In order to have Requested3DDataType fired, first call Start.

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