Category Parameters and relations, Object ProParameter

Function ProParameterDrivingparamGet


Description
Obtains the driving parameter for a material parameter, if the driver type is PRO_PARAMDRIVER_PARAM. This API is superseded by ProParameterDrivingsymbolGet().
Replacement in Object TOOLKIT: wfcWParameter::GetDrivingParam
Synopsis
#include <ProParamDriver.h>
ProErrorProParameterDrivingparamGet(
ProParameter* material_parameter
/* (In)
The material 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