Description | ||||||||
Reports if the given feature is currently located in model tree footer | ||||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | 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 | ||||||||
|