API Documentation > Features > Object ProFeature > Callback ProFeatureResumePostAction
Callback ProFeatureResumePostAction
Description
This is the notification function called after a feature is resumed.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_RESUME_POST.
Synopsis
#include <ProFeature.h>
(*ProFeatureResumePostAction)
(
ProFeature* resume_feat
/* (In)
The handle of the resumed feature.
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
Was this helpful?