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 | |||||
|
|||||
See Also | |||||
ProNotificationSet |