Category Features, Object ProUdfvarparam

Function ProUdfvarparamValueSet


Description
Assigns the value to use for a variable parameter or annotation value when the UDF is placed.

NOTE: The variant parameter must be added to the UDF data structure using ProUdfdataVarparamAdd in order for it to be used during placement.

Synopsis
#include <ProUdf.h>
ProErrorProUdfvarparamValueSet(
ProUdfvarparam var_param
/* (In)
The UDF variant item.
*/
ProParamvalue* value
/* (In)
The value to use for the UDF placement.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_LICENSENo license is available for this function.

Manual References:

  1. Core: Features: Variable Parameters and Annotations
  2. Core: Features: Variable Parameters and Annotations

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )