Wiki

This version (16 Nov 2021 03:35) was approved by Nikhin Shetty.

Click here to return back

Export Preset

This action allows the user to export the given preset to a file. The function call takes in 2 arguments. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.


API

SSPResult ExportPreset(string path, string presetName)


Arguments

  1. path- The location/file path along with file name to save the exported preset file.
  2. presetName- Name of the Preset (PresetA,B,C,D) to be exported as a file.


Result

SSPResult contains 'IsSuccess' flag and 'Message' information of the ExportPreset action.

  1. IsSuccess is 'True' if the file exported successfully, else 'False'.
  2. Message contains the Success/Failure information in the form of list of string.



resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/exportpreset.txt · Last modified: 16 Nov 2021 03:35 by Nikhin Shetty