set_Settings

Sets the value of a specified parameter in the Fly file Project Settings.

Note:    This method is exposed only in C#. To use from C++ or JavaScript use the Settings property.

C#

 

void set_Settings(

       string paramName,

       object pVal)