Category Features, Object ProFeature

Function ProFeatureIsInFooter


Description
Reports if the given feature is currently located in model tree footer
Synopsis
#include <ProFeature.h>
ProErrorProFeatureIsInFooter(
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
PRO_TK_NO_ERRORThe function found and returned the intersections.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.

Manual References:

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