Category Drawings and detail, Object ProDtlgroup

Function ProDtlgroupModify


Description
Modify the specified group.
Replacement in Object TOOLKIT: pfcDetailGroupItem::Modify
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupModify(
ProDtlgroup* group
/* (In)
The group handle
*/
ProDtlgroupdata data
/* (In)
The group data
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully modified the group.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_GENERAL_ERRORCan't modify the group with specified arguments.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )