API ドキュメンテーション > Features > Object ProFeature > Function ProFeatureToFooterMove
Function ProFeatureToFooterMove
Description
Move specified feature into the regeneration footer.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureToFooterMove
(
ProFeature* feature
/* (In)
The feature to move.
*/
int* feat_num
/* (Out)
The feature number AFTER it is moved into the footer.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The specified feature is not permitted to be moved to footer.
The specified feature is already in the footer.
The function failed.
User Guide References
これは役に立ちましたか?