Category Parameters and relations, Object ProParameter

Function ProParameterUnitsAssign


Description
Sets the units assigned to a parameter.
Synopsis
#include <ProParameter.h>
ProErrorProParameterUnitsAssign(
ProParameter* param
/* (In)
The parameter, could not be NULL.
*/
ProUnititem* units
/* (In)
The units.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_E_NOT_FOUNDThe parameter is unitless.

Manual References:

  1. Core: Parameters: Accessing Parameters
  2. Core: Parameters: Accessing Parameters