Category Drawings and detail, Object ProDtlgroupdata

Function ProDtlgroupdataAlloc


Description
Allocate and initialize memory for group data. User must release memory using ProDtlgroupdataFree.
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupdataAlloc(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProName name
/* (In)
Name of group.
*/
ProDtlgroupdata* groupdata
/* (Out)
group data handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocate memory.
PRO_TK_BAD_INPUTSBad input argument.
PRO_TK_OUT_OF_MEMORYNot enough memory for allocation.

Manual References:

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

Sample Code References:

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