API Documentation > Features > Object ProUdfvardim > Function ProUdfvardimValueSet
Function ProUdfvardimValueSet
Description
Assigns the value to use for a variable dimension value when the UDF is placed.
NOTE: The variant parameter must be added to the UDF data structure using ProUdfdataVardimAdd in order for it to be used during placement.
Synopsis
#include <ProUdf.h>
ProUdfvardimValueSet
(
ProUdfvardim var_dim
/* (In)
The UDF variant dimension.
*/
double value
/* (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.
User Guide References
Was this helpful?