API Documentation > Features > Object ProUdfvarparam > Function ProUdfvarparamNameGet
Function ProUdfvarparamNameGet
Description
Obtains the name or symbol of the variant parameter or annotation value.
Synopsis
#include <ProUdf.h>
ProUdfvarparamNameGet
(
ProUdfvarparam var_param
/* (In)
The UDF variant item
*/
ProName name
/* (Out)
The name of the variant item. For PRO_UDFVARITEM_DIMENSION, this is the dimension symbol that should be used in ProUdfvardimAlloc()
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No license is available for this function.
Sample Code References
User Guide References
Was this helpful?