API 설명서 > Features > Object ProFeature > Callback ProFeatureCreatePostAction
Callback ProFeatureCreatePostAction
Description
This is the notification function called upon successful creation of a feature.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_CREATE_POST.
Synopsis
#include <ProFeature.h>
(*ProFeatureCreatePostAction)
(
ProFeature* feat_handle
/* (In)
The handle of the feature just created
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
도움이 되셨나요?