API 설명서 > Parameters and relations > Object ProParameter > Function ProParameterDrivingFunctionGet
Function ProParameterDrivingFunctionGet
Description
Obtains the driving function for the parameter, if the driver type is PRO_PARAMDRIVER_FUNCTION.
Synopsis
#include <ProParamDriver.h>
ProParameterDrivingFunctionGet
(
ProParameter* material_parameter
/* (In)
The material parameter.
*/
ProUserdefFunction* driving_function
/* (Out)
The driving function
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The driver type is not 'function'.
User Guide References
도움이 되셨나요?