Category Features, Object ProGroup

Function ProGroupFeatureVisit


Description
Visits the features in a group.
Synopsis
#include <ProUdf.h>
ProErrorProGroupFeatureVisit(
ProGroup* group
/* (In)
The UDF or local group
*/
ProFeatureVisitAction visit
/* (In)
The visit function
*/
ProFeatureFilterAction filter
/* (In)
The filter function. If NULL, all the features in a group are visited using the action function.
*/
ProAppData data
/* (In)
User defined data passed to the visit and filter functions. Can be NULL.
*/
)
Returns
PRO_TK_NO_ERRORAll members of the group were visited.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
OtherThe visit was terminated by an error from the visit function

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Features: Group Information
  3. Core: Features: Group Information