API Documentation > Features > Object ProUdfdata > Function ProUdfdataInstancenamesGet
Function ProUdfdataInstancenamesGet
Description
Obtains an array of the instance names that may be used when placing this UDF.
Synopsis
#include <ProUdf.h>
ProUdfdataInstancenamesGet
(
/* (In)
The UDF data.
*/
ProName** instance_names
/* (Out)
ProArray of instance names available in this UDF. Free this array using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
This UDF does not have stored instances.
Cannot access the UDF data because the name and path have not been set.
Cannot access the UDF .gph file at the path specified.
No license is available for this function.
Sample Code References
User Guide References
Was this helpful?