Category Parameters and relations, Object ProParameter

Function ProParameterDrivingFunctionGet


Description
Obtains the driving function for the parameter, if the driver type is PRO_PARAMDRIVER_FUNCTION.
Synopsis
#include <ProParamDriver.h>
ProErrorProParameterDrivingFunctionGet(
ProParameter* material_parameter
/* (In)
The material parameter.
*/
ProUserdefFunction* driving_function
/* (Out)
The driving function
*/
)
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 'function'.

Manual References:

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