Category Drawings and detail, Object ProDtlgroup

Function ProDtlgroupCreate


Description
Create the group of drawing draft entities, symbols, notes.
Replacement in Object TOOLKIT: pfcDetailItemOwner::CreateDetailItem
pfcDetailSymbolDefItem::CreateDetailItem
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupCreate(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProDtlgroupdata data
/* (In)
The group data handle
*/
ProDtlgroup* group
/* (Out)
Created group
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the group.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_GENERAL_ERRORCan't create the group with specified arguments.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )
  2. pt_userguide ( UgDtlgroupExamples.c )