getSettings Method

Summary

Triggers a call requesting that the settings be filled in using the specified JSON parameter.

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

Parameters

json

The settings being requested.

Remarks

Since the engine is a server-side rendering engine, getSettings actually fires an event whereby the user then communicates with the server by sending the JSON information and requesting the settings.

The JSON file contains the properties requested. The format should be: {setting1: , setting2 :, setting3: }

To change settings, call SetSettings.

Requirements

Target Platforms

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.