API Documentation > Features > Object ProFeature > Callback ProFeatureRedefinePreAction
Callback ProFeatureRedefinePreAction
Description
This is the notification function called before redefinition of a feature.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_REDEFINE_PRE.
Synopsis
#include <ProFeature.h>
(*ProFeatureRedefinePreAction)
(
ProFeature* p_feature
/* (In)
The feature to be redefined
*/
)
Returns
The feature can be redefined. Proceed.
Other
An error was encountered. The regeneration action is aborted for all features.
See Also
User Guide References
Was this helpful?