Documentação da API > Features > Object ProFeature > Callback ProFeatureDeletePostAction
Callback ProFeatureDeletePostAction
Description
This is the notification function called after a feature has been deleted from the solid.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_DELETE_POST.
Synopsis
#include <ProFeature.h>
(*ProFeatureDeletePostAction)
(
ProFeature* del_feat
/* (In)
The handle of the deleted feature
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
Isto foi útil?