Category Drawings and detail, Object ProDtlgroup

Function ProDtlgroupDelete


Description
Delete specified group.
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupDelete(
ProDtlgroup* group
/* (In)
The group handle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the group.
PRO_TK_BAD_INPUTSBad input argument.
PRO_TK_GENERAL_ERRORCan't delete the group.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )