Category Features, Object ProUdfdata

Function ProUdfdataInstancenameSet


Description
Assigns the instance to be used when placing this UDF.
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataInstancenameSet(
ProUdfdata data
/* (In)
The UDF data.
*/
ProName instance_name
/* (In)
The instance name to use when placing this UDF.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_LICENSENo license is available for this function.

Manual References:

  1. Core: Features: The UDF Input Data Structure ProUdfdata
  2. Core: Features: The UDF Input Data Structure ProUdfdata