API 文档 > Features > Object ProFeature > Callback ProFeatureCreatePreAction
Callback ProFeatureCreatePreAction
Description
This is the notification function called before creating a feature.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_CREATE_PRE.
Synopsis
#include <ProFeature.h>
(*ProFeatureCreatePreAction)
(
ProFeature* p_feature
/* (In)
The new feature to be created
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
这对您有帮助吗?