API 설명서 > Features > Object ProFeature > Function ProFeatureIsInFooter
Function ProFeatureIsInFooter
Description
Reports if the given feature is currently located in model tree footer
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureIsInFooter
(
ProFeature* p_feat_handle
/* (In)
The feature handle.
*/
ProBoolean* p_feat_is_in_footer
/* (Out)
whether feature is in model tree footer. Values can be: PRO_B_TRUE = feature is in footer. PRO_B_FALSE = feature is not infooter.
*/
)
Returns
The function found and returned the intersections.
One or more arguments is invalid.
User Guide References
도움이 되셨나요?