API 文档
>
Drawings and detail
>
Object ProDtlgroup
> Function ProDtlgroupDelete
Function ProDtlgroupDelete
Description
Delete specified group.
Replacement in Object TOOLKIT:
pfcDetailItem::Delete
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_CANT_MODIFY
Model is in read-only state.
PRO_TK_BAD_INPUTS
Bad input argument.
PRO_TK_GENERAL_ERROR
Can't delete the group.
Sample Code References
pt_examples ( TestDtlgroup.c )
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳