Category Parameters and relations, Object ProParameter

Callback ProParameterCreatePostAction


Description
This is the notification function prototype for a function called after a parameter has been created (actions of type PRO_PARAM_CREATE_POST).
Synopsis
#include <ProParameter.h>
ProError(*ProParameterCreatePostAction)(
ProParameter* param
/* (In)
The created parameter.
*/
)
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