Callback ProFeatureReplacePreAction
Description
This is the notification function called before a feature is replaced in Creo Parametric.
This function is to be supplied by the user by calling
ProNotificationSet() with the type
PRO_FEATURE_REPLACE_PRE.Synopsis
| (*ProFeatureReplacePreAction) |
| ( /* (In) Feature which is going to be replaced. */ ) |
Returns
| The feature can be replaced. Proceed. |
Other | An error was encountered. The replace action is aborted for all features. |
User Guide References