Category Drawings and detail, Object ProDtlgroup

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>
ProErrorProDtlgroupErase(
ProDtlgroup* group
/* (In)
The group handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully erased the group.
PRO_TK_BAD_INPUTSInvalid input argument. PRO_TK_GENERAL_ERROR- Cannot erase a group.

Manual References:

  1. Drawings: Displaying Detail Items

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )