Category Features, Object ProUdfdata

Function ProUdfdataVarparamAdd


Description
Adds information about a variable parameter assignment to the UDF data.
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataVarparamAdd(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdfvarparam param
/* (In)
The variable parameter structure
*/
)
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.
See Also
ProUdfvarparamAlloc

Manual References:

  1. Core: Features: Variable Parameters and Annotations
  2. Core: Features: Variable Parameters and Annotations
  3. Core: Features: Variable Parameters
  4. Annotations: Geometric Tolerances: Parameters for Geometric Tolerance Attributes

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )