API 설명서 > Parameters and relations > Object ProParameter > Function ProParameterListValueGet
Function ProParameterListValueGet
Description
Retrieves the list values and units of the specified ProParameter.
Synopsis
#include <ProParameter.h>
ProParameterListValueGet
(
/* (In)
The handle to the parameter to query.
*/
ProParamvalue** proval_array
/* (Out)
ProArray of param values. 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.
*/
/* (Out)
The units in which the values are expressed. Pass NULL if units is not required. If none found, an empty string will be returned.
*/
)
Returns
The function successfully retrieved the information. Parameter could be unitless.
The owner was not found.
One or more arguments was invalid.
The parameter was not found, or the function could not perform the action.
User Guide References
도움이 되셨나요?