Category
Drawings and detail
, Object
ProDtlgroupdata
Function ProDtlgroupdataIdGet
Description
Get group Id .
Synopsis
#include <
ProDtlgroup.h
>
ProError
ProDtlgroupdataIdGet
(
ProDtlgroupdata
groupdata
/* (In)
The group data.
*/
int*
id
/* (Out)
The group id
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved id.
PRO_TK_BAD_INPUTS
Bad one or more input arguments.
Manual References:
Drawings: Detail Group Data
Drawings: Detail Group Data
Sample Code References:
pt_examples ( TestDtlgroup.c )