Function that exports a list of user parameters to a csv file.
"userParameters_var" is a variable referencing a UserParameters object.
|
"userParameters_var" is a variable referencing a UserParameters object.
|
Type | Description |
boolean | Returns whether the export was successful. |
Name | Type | Description |
userParameterArray | UserParameter[] | The array of user parameters to export. |
filename | string | The full filename (path and file) of the file to write the parameters to. |