Documentazione API > Miscellaneous > Object ProError > Callback ProErrorProFeatureReorderPreAction
Callback ProErrorProFeatureReorderPreAction
Description
This is the notification function prototype that should be used for a notification corresponding to the ProNotifyType PRO_FEATURE_REORDER_PRE.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureReorderPreAction
(*ProErrorProFeatureReorderPreAction)
(
ProSolid solid
/* (In)
The part or assembly that owns the features to be reordered.
*/
int* feat_ids
/* (In)
The array of feature identifiers that represents a contiguous set of features in the model tree. If reordering a group, all the features in the group (including the Group Header feature) must be included in this array.
*/
int n_feats
/* (In)
The size of the feat_ids array.
*/
int new_feat_num
/* (In)
The intended location of the first feature in the specified set, upon reorder.
*/
)
Returns
Proceed with the reorder action.
Other
An error was encountered. The resume action is aborted for all features.
È stato utile?