Category Drawings and detail, Object ProDtlsymgroup

Function ProDtlsymgroupParentGet


Description
Gets the parent group of the level to which the given group belongs.
Replacement in Object TOOLKIT: pfcDetailSymbolGroup::ParentGroup
pfcDetailSymbolGroup::ParentDefinition
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymgroupParentGet(
ProDtlsymgroup* group
/* (In)
The symbol group.
*/
ProDtlsymgroup* parent_group
/* (Out)
The parent group at the next higher level in the symbol definition.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThe group is a top level group and does not have a parent.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Identifying Symbol Groups in a Definition
  2. Drawings: Identifying Symbol Groups in a Definition