API 설명서 > Features > Object ProFeature > Callback ProFeatureRedefinePostAction
Callback ProFeatureRedefinePostAction
Description
This is the notification function called after a feature is redefined in Creo Parametric.
This function is to be supplied by the user by calling ProNotificationSet() with the type PRO_FEATURE_REDEFINE_POST.
Synopsis
#include <ProFeature.h>
(*ProFeatureRedefinePostAction)
(
ProFeature* p_feat
/* (In)
Feature which has been redefined.
*/
)
Returns
Return values are not interpreted by Creo Parametric.
User Guide References
도움이 되셨나요?