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> | ||||||||
ProError | (*ProFeatureNeedsRegenGet) | ( | ||||||
ProFeature* p_feature | ||||||||
/* (In) | ||||||||
The failed feature | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProNotificationSet |