Description | ||||||||
Identifies if the feature is an embedded feature or not. Embedded features are visible in the model tree but may not be used as the reference parents for features other than the feature into which they are embedded. | ||||||||
Replacement in Object TOOLKIT: | pfcFeature::IsEmbedded | |||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | ProFeatureIsEmbedded | ( | ||||||
ProFeature* feat | ||||||||
/* (In) | ||||||||
The feature. | ||||||||
*/ | ||||||||
ProBoolean* is_embedded | ||||||||
/* (Out) | ||||||||
PRO_B_TRUE if the feature is embedded, PRO_B_FALSE otherwise. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|