Category Features, Object ProFeature

Function ProFeatureIsEmbedded


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>
ProErrorProFeatureIsEmbedded(
ProFeature* feat
/* (In)
The feature.
*/
ProBoolean* is_embedded
/* (Out)
PRO_B_TRUE if the feature is embedded, PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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