API Documentation > Parameters and relations > Object ProParameter > Function ProParameterUnitsAssign
Function ProParameterUnitsAssign
Description
Sets the units assigned to a parameter.
Synopsis
#include <ProParameter.h>
ProParameterUnitsAssign
(
/* (In)
The parameter, could not be NULL.
*/
/* (In)
The units.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
The parameter is unitless.
User Guide References
Was this helpful?