External Symbol: Dimensions
The data structure for external symbol dimensions is ProUdfextdim.
Functions Introduced:
Use the function
ProUdfextdimAlloc() to allocate and set a structure which describes an external dimension symbol required by the UDF. The input arguments of this function are:
• prompt—Specifies the prompt used for this external symbol.
• dimension—Specifies the dimension handle to be used to resolve the external symbol in the placement model.
Use the function
ProUdfdataExtdimAdd() to add information about a required external dimension symbol to the UDF data. Use the function
ProUdfextdimFree() to free the UDF dimension external symbol handle.
Parent topic