Category Parameters and relations, Object ProParameter

Callback ProParameterModifyPostAction


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProParameterModifyWithUnitsPostAction
Description
Note: This function is deprecated. Use ProParameterModifyWithUnitsPostAction(). This is the notification function prototype for a function called after a parameter has been modified (actions of type PRO_PARAM_MODIFY_POST).
Synopsis
#include <ProParameter.h>
ProError(*ProParameterModifyPostAction)(
ProParameter* param
/* (In)
The created parameter.
*/
ProParamvalue* old_value
/* (In)
The value of the parameter (before it was modified).
*/
)
Returns
Any other valueReturn values are not interpreted by Creo Parametric.

Manual References:

  1. Core: Parameters: Notification Functions
  2. Event-driven Programming: Notifications: Model and Feature Modification Events
  3. Technical Summary of Changes for Creo 4.0 F000: Parameters