Description | |||||||||||||||||
Sets the list values given with unit of an existing ProParameter. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProParameter.h> | |||||||||||||||||
ProError | ProParameterListValueSet | ( | |||||||||||||||
ProParameter* param | |||||||||||||||||
/* (In) | |||||||||||||||||
The handle to the parameter to set. | |||||||||||||||||
*/ | |||||||||||||||||
ProParamvalue* proval | |||||||||||||||||
/* (In) | |||||||||||||||||
ProArray of param values to set. The values assumed to be in the units specified by units argument (when the units argument is not NULL) or in the units of the owner model, when argument units is NULL. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|