Documentación de la API > Features > Object ProFeature > Callback ProFeatureSuppressPostAction
Callback ProFeatureSuppressPostAction
Description
This is the notification function called after a feature has been suppressed from a solid.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_SUPPRESS_POST.
Synopsis
#include <ProFeature.h>
(*ProFeatureSuppressPostAction)
(
ProFeature* supp_feat
/* (In)
The handle of the suppressed feature
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
¿Fue esto útil?