| Description |
| This is the notification function prototype for a function called after a parameter has been deleted (actions of type PRO_PARAM_DELETE_W_UNITS_POST). |
| Synopsis |
| #include <ProParameter.h> |
| ProError | (*ProParameterDeleteWithUnitsPostAction) | ( |
| ProModelitem* owner | |
| /*
(In) |
| The owner of the just-deleted parameter. |
| */ |
| ProName name | |
| /*
(In) |
| The name of the parameter that was deleted. |
| */ |
| ProUnititem* units | |
| /*
(In) |
| The units of the value of the parameter. |
| */ |
| ProParamvalue* old_value | |
| /*
(In) |
| The value of the parameter (before it was deleted). |
| */ |
| ) |
| Returns |
|
| Any other value | | Return values are not interpreted by Creo Parametric. |
|