UpdateSettings Method

Summary

Sets properties of the 3D object using a Json object.

Syntax
C#
C++/CLI
public static void UpdateSettings( 
   string id, 
   string json 
) 
public:  
   static void UpdateSettings( 
      String^ id, 
      String^ json 
   ) 

Parameters

id

The id of the 3D object.

json

Json file that contains the data to be updated.

Remarks
  • It is usually better to retrieve the object values through the properties found in the medical 3D object class. For more informaton, refer to Medical3DObject.
  • To get the settings using the Json file, refer to Get3DSettings.
  • To get a list of settings that can be retrieved, refer to Settings3D.
  • To get the settings, refer to GetSettings.
  • You can only use this method when the object's creation has been done. For more information on how to create a volume, refer to CreateObject.
  • To check if the volume is ready, refer to CheckProgress.

✅ IMPORTANT

Use this method when the object's creation has been done. For more information on how to create a volume, refer to CreateObject.

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.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.