Category Parameters and relations, Object ProParameter

Callback ProParameterModifyPreAction


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProParameterModifyWithUnitsPreAction
Description
Note: This function is deprecated. Use ProParameterModifyWithUnitsPreAction(). This is the notification function called before a parameter is modified.

This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_PARAM_MODIFY_PRE.

Synopsis
#include <ProParameter.h>
ProError(*ProParameterModifyPreAction)(
ProParameter* param_handle
/* (In)
The parameter to be modified
*/
ProParamvalue* new_value
/* (In)
The new value to assign
*/
)
Returns
PRO_TK_NO_ERRORProceed with the parameter modification.
OtherError encountered. Abort parameter modifiction.
See Also
ProNotificationSet

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