Category Parameters and relations, Object ProParameter

Callback ProParameterModifyWithUnitsPostAction


Description
This is the notification function prototype for a function called after a parameter has been modified (actions of type PRO_PARAM_MODIFY_W_UNITS_POST).
Synopsis
#include <ProParameter.h>
ProError(*ProParameterModifyWithUnitsPostAction)(
ProParameter* new_param
/* (In)
The modified parameter.
*/
ProParamvalue* new_value
/* (In)
The value of the new parameter.
*/
ProUnititem* new_units
/* (In)
The units of the new value.
*/
ProParamvalue* old_value
/* (In)
The value of the parameter before it was modified.
*/
ProUnititem* old_units
/* (In)
The units of the value before it was modified.
*/
)
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
  3. Core: Parameters: Notification Functions