Category Features, Object ProUdfvardim

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>
ProErrorProUdfvardimValueSet(
ProUdfvardim var_dim
/* (In)
The UDF variant dimension.
*/
double 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 Dimensions and Pattern Parameters
  2. Core: Features: Variable Dimensions and Pattern Parameters