Category Parameters and relations, Object ProParameter

Callback ProParameterCreatePreAction


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

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

Synopsis
#include <ProParameter.h>
ProError(*ProParameterCreatePreAction)(
ProModelitem* param_owner
/* (In)
The model item handle of the parameter owner
*/
ProName param_name
/* (In)
The name of the parameter to be created
*/
ProParamvalue* param_value
/* (In)
The value of this parameter
*/
)
Returns
PRO_TK_NO_ERRORProceed with parameter creation.
OtherError encountered. Abort parameter creation.
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