API Documentation
>
Drawings and detail
>
Object ProDtlgroup
> Function ProDtlgroupErase
Function ProDtlgroupErase
Description
Makes a group disappear from the drawing until the drawing is regenerated.
Replacement in Object TOOLKIT:
pfcDetailGroupItem::Erase
Synopsis
#include <
ProDtlgroup.h
>
ProError
ProDtlgroupErase
(
ProDtlgroup
* group
/* (In)
The group handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully erased the group.
PRO_TK_CANT_MODIFY
Model is in read-only state.
PRO_TK_BAD_INPUTS
Invalid input argument.
PRO_TK_GENERAL_ERROR
- Cannot erase a group.
Sample Code References
pt_examples ( TestDtlgroup.c )
User Guide References
Displaying Detail Items:ProDtlgroupErase
Was this helpful?
This site works best with JavaScript enabled