Category Features, Object ProUdfvardim

Function ProUdfvardimAlloc


Description
Allocate and set a UDFvardim structure which describes a variable dimension setting for a UDF
Synopsis
#include <ProUdf.h>
ProErrorProUdfvardimAlloc(
ProName dim_name
/* (In)
The name of the variant dimension in the UDF definition
*/
double value
/* (In)
The new value of the variable dimension
*/
ProUdfVardimType type
/* (In)
The type of the variant dimension structure (dimension or pattern parameter)
*/
ProUdfvardim* vardim
/* (Out)
The allocated ProUdfvardim structure
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Core: Features: Variable Dimensions and Pattern Parameters
  2. Core: Features: Variable Dimensions and Pattern Parameters
  3. Core: Features: Variable Dimensions

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )