Category Features, Object ProUdfdata

Function ProUdfdataPathSet


Description
Sets the path to the UDF .gph file. If this function is used, it supersedes the name assigned by ProUdfdataNameSet().
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataPathSet(
ProUdfdata data
/* (In)
The UDF data
*/
ProPath path
/* (In)
The full path to the UDF .gph file
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProUdfdataNameSet

Manual References:

  1. Core: Features: The UDF Input Data Structure ProUdfdata
  2. Core: Features: The UDF Input Data Structure ProUdfdata
  3. Core: Features: Reading UDF Properties

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )