setSettings Method

Summary

Sets the settings for the server-side 3D volume using the specified settings located in the JSON parameter.

Syntax
TypeScript
JavaScript
Object3DEngine.prototype.setSettings = function( 
   json 
) 
setSettings( 
   json: string 
): void; 

Parameters

json

The settings being sent.

Remarks

This method uses a server-side rendering engine. The getSettings method actually fires the event, where the user then communicates with the server by sending the JSON information to be applied to the settings on the server-side 3D volume.

The JSON file contains the properties that need to be changed, along with their new values. The format should be like this

{setting1: value1, setting2 : value2, setting3: value3 }

To change settings, call SetSettings.

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.