Category
Drawings and detail
, Object
ProDtlgroup
Function ProDtlgroupDelete
Description
Delete specified group.
Synopsis
#include <
ProDtlgroup.h
>
ProError
ProDtlgroupDelete
(
ProDtlgroup
*
group
/* (In)
The group handle
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the group.
PRO_TK_BAD_INPUTS
Bad input argument.
PRO_TK_GENERAL_ERROR
Can't delete the group.
Manual References:
Drawings: Creating, Modifying and Reading Detail Items
Sample Code References:
pt_examples ( TestDtlgroup.c )