Category Parameters and relations, Object ProParameter

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>
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 valueReturn values are not interpreted by Creo Parametric.

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events
  2. Core: Parameters: Notification Functions