UserParameters.exportUserParameters Method
Parent Object:
UserParametersDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/UserParameters.h>
Description
Function that exports a list of user parameters to a csv file.
Syntax
"userParameters_var" is a variable referencing a UserParameters object.returnValue = userParameters_var.exportUserParameters(userParameterArray, filename)
|
"userParameters_var" is a variable referencing a UserParameters object.
#include <Fusion/Fusion/UserParameters.h>
returnValue = userParameters_var->exportUserParameters(userParameterArray, filename);
|
Return Value
boolean |
Returns whether the export was successful. |
Parameters
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. |
Version
Introduced in version September 2024