Category Features, Object ProGroup

Function ProGroupIsTabledriven


Description
Reports whether the group is table-driven.
Replacement in Object TOOLKIT: pfcFeatureGroup::IsTableDriven
Synopsis
#include <ProUdf.h>
ProErrorProGroupIsTabledriven(
ProGroup* group
/* (In)
The group
*/
ProBoolean* table_driven
/* (Out)
Whether the group is table-driven
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe feature is not part of a UDF

Manual References:

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