API Documentation > Features > Object ProFeature > Callback ProFeatureNeedsRegenGet
Callback ProFeatureNeedsRegenGet
DEPRECATED:
Since Creo 8.0
Description
This is the notification function called when checking if a feature needs to be regnerated.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_NEEDS_REGEN_GET.
Synopsis
#include <ProFeature.h>
(*ProFeatureNeedsRegenGet)
(
ProFeature* p_feature
/* (In)
The failed feature
*/
)
Returns
return value if toolkit application wants to force regeneration of feature.
This application is NOT requesting that feature be forced to regenerate. Note: Other return values are not interpreted by Creo Parametric and can prevent other applications from properly affecting feature regen.
See Also
User Guide References
Was this helpful?