Description | ||||||||
Reports whether the specified feature is public or internal. Internal features are 'invisible' features and used internally for construction purposes.
NOTE: This is useful primarily in the action/filter callbacks of ProSolidFeatVisit(). |
||||||||
Replacement in Object TOOLKIT: | pfcFeature::IsVisible | |||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | ProFeatureVisibilityGet | ( | ||||||
ProFeature* p_feat_handle | ||||||||
/* (In) | ||||||||
The feature to process. | ||||||||
*/ | ||||||||
ProBoolean* p_visible | ||||||||
/* (Out) | ||||||||
If the specified feature is public, this is PRO_B_TRUE. If specified feature is internal, this is PRO_B_FALSE. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProSolidFeatVisit |