Category Features, Object ProGroup

Callback ProGroupUngroupPostAction


Description
This is the function prototype used for a notification called after a feature group is ungrouped, corresponding to the ProNotifyType PRO_GROUP_UNGROUP_POST
Synopsis
#include <ProGroup.h>
ProError(*ProGroupUngroupPostAction)(
ProSolid solid
/* (In)
The solid model that owned the group.
*/
int group_id
/* (In)
The former group id.
*/
ProName udf_name
/* (In)
The UDF name, if the group was from a UDF, or NULL.
*/
int* feature_list
/* (In)
Ids of the features that were members of the group.
*/
)
Returns
PRO_TK_NO_ERRORReturn values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Core: Features: Deleting Groups
  2. Event-driven Programming: Notifications: Model and Feature Modification Events