Category Features, Object ProUdfvardim

Function ProUdfvardimNameGet


Description
Obtains the symbol of the variant dimension. This is the symbol of the dimension in reference model that should be used in ProUdfvardimAlloc().
Synopsis
#include <ProUdf.h>
ProErrorProUdfvardimNameGet(
ProUdfvardim var_dim
/* (In)
The UDF variant dimension.
*/
ProName name
/* (Out)
The symbol of the variant item.
*/
)
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
  2. Core: Features: Variable Dimensions

Sample Code References:

  1. pt_udf_examples ( PTUDFExDashboardUtils.c )