Category Features, Object ProUdfvarparam

Function ProUdfvarparamOwnerGet


Description
Obtains the feature or annotation element that owns this variant parameter or annotation value.
Synopsis
#include <ProUdf.h>
ProErrorProUdfvarparamOwnerGet(
ProUdfvarparam var_param
/* (In)
The UDF variant item.
*/
ProModelitem* owner
/* (Out)
The feature or annotation element that owns this variant item.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NOT_VALIDIf the variant item type is not parameter or annotation.
PRO_TK_NO_LICENSENo license is available for this function.

Manual References:

  1. Core: Features: Variable Parameters
  2. Core: Features: Variable Parameters

Sample Code References:

  1. pt_udf_examples ( PTUDFExDashboardUtils.c )