API 文件集 > Miscellaneous > Object ProError > Callback ProErrorProFeatureReorderPostAction
Callback ProErrorProFeatureReorderPostAction
Description
This is the notification function prototype that should be used for a notification corresponding to the ProNotifyType PRO_FEATURE_REORDER_POST.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureReorderPostAction
(*ProErrorProFeatureReorderPostAction)
(
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
Return values are not interpreted by Creo Parametric.
這是否有幫助?