
Replacement in Object TOOLKIT: |

ProParameterWithUnitsCreate | |
( ProModelitem* owner /* (In) The owner (a model item or solid) */ ProName name /* (In) The name of the ProParameter */ ProParamvalue* proval /* (In) The initial data the ProParameter will hold. */ ProUnititem* units /* (In) The units assigned to this parameter. To create a parameter without units, pass NULL. */ ProParameter* param /* (Out) The handle to create and initialize */ ) |

The function successfully added the parameter. | |
Model is in read-only state. | |
One or more of the input arguments are invalid. | |
The owner is nonexistent. | |
The specified parameter already exists. | |
The function could not add the parameter to the database. | |
The specified parameter is invalid. |



