Category Drawings and detail, Object ProDtlgroup

Function ProDtlgroupDataGet


Description
Get a group data for the specified group.
Replacement in Object TOOLKIT: pfcDetailGroupItem::GetInstructions
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupDataGet(
ProDtlgroup* group
/* (In)
The group handle.
*/
ProDtlgroupdata* data
/* (Out)
The group data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the group data.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_GENERAL_ERRORCan't retrieve the group data with specified arguments.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )
  2. pt_examples ( TestDtlgroup.c )
  3. pt_examples ( TestDtlgroup.c )
  4. pt_examples ( TestDtlgroup.c )