Documentación de la API > Features > Object ProUdfdata > Function ProUdfdataVardimsGet
Function ProUdfdataVardimsGet
Description
Obtains an array of available variant dimensions 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 dimension value, you must use ProUdfdataVardimAdd.
Synopsis
#include <ProUdf.h>
ProUdfdataVardimsGet
(
/* (In)
The UDF data
*/
ProUdfvardim** variant_dims
/* (Out)
ProArray of variant dimensions that may be set upon placement of this UDF. Free this using ProUdfvarparamProarrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Cannot access the UDF data because the name and path have not been set.
Cannot access the UDF .gph file at the path specified.
This UDF does not have any variable dimensions.
No license is available for this function.
Sample Code References
User Guide References
¿Fue esto útil?