Category Parameters and relations, Object ProParameter

Function ProParameterDrivingsymbolGet


Description
Obtains the driving parameter for a parameter, if the driver type is PRO_PARAMDRIVER_PARAM. The function is similar to ProParameterDrivingparamGet() except that it takes into the account dimensions and symbols from external owner.
Synopsis
#include <ProParamDriver.h>
ProErrorProParameterDrivingsymbolGet(
ProParameter* parameter
/* (In)
The parameter.
*/
ProParameter* driving_param
/* (Out)
The driving parameter.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe driver type is not 'parameter'.

Manual References:

  1. Core: Parameters: Driven Parameters
  2. Core: Parameters: Driven Parameters