Category Features, Object ProFeature

Callback ProFeatureRegenFailureAction


Description
This is the notification function called upon a feature failure event.

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

Synopsis
#include <ProFeature.h>
ProError(*ProFeatureRegenFailureAction)(
ProFeature* p_feature
/* (In)
The failed feature
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Event-driven Programming: Notifications: Model and Feature Modification Events