API 설명서 > Features > Object ProGroup > Callback ProGroupUngroupPreAction
Callback ProGroupUngroupPreAction
Description
This is the notification function prototype that should be used for a notification corresponding to the ProNotifyType PRO_GROUP_UNGROUP_PRE.
Synopsis
#include <ProGroup.h>
(*ProGroupUngroupPreAction)
(
ProGroup* group
/* (In)
The feature group or UDF that is about to be ungrouped.
*/
)
Returns
Proceed with the ungroup action.
Any other value
Cancel the ungroup action. The Creo Parametric TOOLKIT application may supply an explanation to the user via the user interface if the action is being cancelled.
See Also
User Guide References
도움이 되셨나요?