API 文档 > Parameters and relations > Object ProParameter > Function ProParameterListValueSet
Function ProParameterListValueSet
Description
Sets the list values given with unit of an existing ProParameter.
Synopsis
#include <ProParameter.h>
ProParameterListValueSet
(
/* (In)
The handle to the parameter to set.
*/
/* (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
The function successfully set the list values and units.
The owner was not found.
One or more arguments was invalid.
The units type provided does not match the units of the parameter.
The parameter was not found, or the function could not perform the action.
User Guide References
这对您有帮助吗?