API Documentation > Parameters and relations > Object ProParameter > Function ProParameterDrivingsymbolGet
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProParamDriver.h>
ProParameterDrivingsymbolGet
(
ProParameter* parameter
/* (In)
The parameter.
*/
ProParameter* driving_param
/* (Out)
The driving parameter.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The driver type is not 'parameter'.
User Guide References
Was this helpful?