←Select platform

GetSettings Method

Summary

Returns the settings in the specified json file.

Syntax
C#
VB
C++
public static string GetSettings( 
   string id, 
   string json 
) 
Public Shared Function GetSettings( 
   ByVal id As String, 
   ByVal json As String 
) As String 
public:  
   static String^ GetSettings( 
      String^ id, 
      String^ json 
   ) 

Parameters

id

The object id

json

The JSON file where the requested data is stored.

Return Value

The JSON file for the id containing the requested settings.

Remarks
  • You can only use this method after object creation is complete. To create a volume, call CreateObject.
  • To determine whether the volume is ready, call CheckProgress.
  • To get a list of settings that can be retrieved with GetSettings, refer to Settings3D.
  • To update the settings, call UpdateSettings.

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.