API Documentation > Features > Object ProUdfvarparam > Function ProUdfvarparamValueSet
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>
ProUdfvarparamValueSet
(
ProUdfvarparam var_param
/* (In)
The UDF variant item.
*/
/* (In)
The value to use for the UDF placement.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No license is available for this function.
Sample Code References
User Guide References
Was this helpful?