Category Features, Object ProFeature

Function ProFeatureGroupGet


Description
Return the group that contains a given feature.
Replacement in Object TOOLKIT: pfcGroupPattern::ListGroupMembers
pfcGroupPattern::ListFeatMembers
Synopsis
#include <ProUdf.h>
ProErrorProFeatureGroupGet(
ProFeature* member
/* (In)
The feature.
*/
ProGroup* group
/* (Out)
The group in which the feature is a member.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe feature is not part of a group
PRO_TK_GENERAL_ERRORThe function failed.
See Also
ProFeatureGroupStatusGet

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  3. Core: Features: Finding Groups