Category Features, Object ProUdf

Function ProUdfNameGet


Description
Give the name of the UDF which was used to place the specified group.
Replacement in Object TOOLKIT: pfcFeatureGroup::UDFName
Synopsis
#include <ProUdf.h>
ProErrorProUdfNameGet(
ProGroup* udf
/* (In)
The UDF.
*/
ProName name
/* (Out)
The name of the UDF
*/
ProName instance
/* (Out)
The name of the instance in the UDF family table of which this is an instance. An empty string if the UDF is the generic, or has no family table.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe group is not a UDF

Manual References:

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