Category Parameters and relations, Object ProParameter

Function ProParameterDrivertypeGet


Description
Obtains the type of driver for a model parameter. The function is similar to ProParameterDriverGet() except that it takes into the account dimensions and symbols from external owner.
Synopsis
#include <ProParamDriver.h>
ProErrorProParameterDrivertypeGet(
ProParameter* parameter
/* (In)
The model parameter.
*/
ProParameterDriver* driver
/* (Out)
The type of operation driving this value.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProParameterValueGet
ProParameterDrivingparamGet
ProParameterDrivingfunctionGet

Manual References:

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