Category Features, Object ProFeature

Function ProFeatureToFooterMove


Description
Move specified feature into the regeneration footer.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureToFooterMove(
ProFeature* feature
/* (In)
The feature to move.
*/
int* feat_num
/* (Out)
The feature number AFTER it is moved into the footer.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThe specified feature is not permitted to be moved to footer.
PRO_TK_E_FOUNDThe specified feature is already in the footer.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Core: Features: Feature Inquiry
  2. Core: Features: Feature Inquiry