Initialization
 
Because the utility packages have only static methods, you do not need to initialize them. Simply access the methods through the name of the class, as follows:
ParamValue pv = pfcModelItem.CreateStringParamValue ("my_param");
Was this helpful?