Description | ||||||||||||||||||||
Obtains an array of available variant parameters or annotation values that may be set when placing this UDF.
NOTE: Handles obtained from this function call are not automatically assigned to the UDF for placment. In order to place the UDF with a user-defined variant parameter or annotation value, you must use ProUdfdataVarparamAdd. |
||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProUdf.h> | ||||||||||||||||||||
ProError | ProUdfdataVarparamsGet | ( | ||||||||||||||||||
ProUdfdata data | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The UDF data | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProUdfvarparam** variant_params | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
ProArray of variant items that may be set upon placement of this UDF. Free this using ProUdfvarparamProarrayFree(). | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|