Category Features, Object ProUdfdata

Function ProUdfdataExtdimAdd


Description
Adds information about a required external dimension symbol to the UDF data.
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataExtdimAdd(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdfextdim ext_dim
/* (In)
The UDF dimension external symbol handle.
*/
)
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
ProUdfextdimAlloc

Manual References:

  1. Core: Features: External Symbol: Dimensions
  2. Core: Features: External Symbol: Dimensions