API Documentation > Features > Object ProFeature > Callback ProFeatureReroutePostAction
Callback ProFeatureReroutePostAction
Description
This is the notification function called after a feature is rerouted in Creo Parametric.
This function is to be supplied by the user by calling ProNotificationSet() with the type PRO_FEATURE_REROUTE_POST.
Synopsis
#include <ProFeature.h>
(*ProFeatureReroutePostAction)
(
ProFeature* p_feat
/* (In)
Feature which has been rerouted.
*/
)
Returns
Return values are not interpreted by Creo Parametric.
User Guide References
Was this helpful?