API-Dokumentation > Parameters and relations > Object ProParameter > Callback ProParameterDeleteWithUnitsPostAction
Callback ProParameterDeleteWithUnitsPostAction
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>
(*ProParameterDeleteWithUnitsPostAction)
(
/* (In)
The owner of the just-deleted parameter.
*/
ProName name
/* (In)
The name of the parameter that was deleted.
*/
/* (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.
User Guide References
War dies hilfreich?