Category Drawings and detail, Object ProDtlgroupdata

Function ProDtlgroupdataNameGet


Description
Get a group name.
Replacement in Object TOOLKIT: pfcDetailGroupInstructions::Name
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupdataNameGet(
ProDtlgroupdata groupdata
/* (In)
The group data.
*/
ProName name
/* (Out)
The group name
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the name.
PRO_TK_BAD_INPUTSBad one or more input arguments.

Manual References:

  1. Drawings: Detail Group Data
  2. Drawings: Detail Group Data

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )
  2. pt_examples ( TestDtlgroup.c )