Category Drawings and detail, Object ProDtlgroupdata

Function ProDtlgroupdataFree


Description
Release memory allocated by ProDtlgroupdataAlloc.
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupdataFree(
ProDtlgroupdata groupdata
/* (In)
The group data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully release memory.
PRO_TK_BAD_INPUTSBad input argument.

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 )
  3. pt_examples ( TestDtlgroup.c )
  4. pt_examples ( TestDtlgroup.c )
  5. pt_examples ( TestDtlgroup.c )
  6. pt_userguide ( UgDtlgroupExamples.c )