Category Drawings and detail, Object ProDtlgroupdata

Function ProDtlgroupdataIdGet


Description
Get group Id .
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupdataIdGet(
ProDtlgroupdata groupdata
/* (In)
The group data.
*/
int* id
/* (Out)
The group id
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved id.
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 )