API Documentation > Drawings and detail > Object ProDtlsymgroup > Function ProDtlsymgroupParentGet
Function ProDtlsymgroupParentGet
Description
Gets the parent group of the level to which the given group belongs.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymgroupParentGet
(
/* (In)
The symbol group.
*/
ProDtlsymgroup* parent_group
/* (Out)
The parent group at the next higher level in the symbol definition.
*/
)
Returns
The function successfully retrieved the information.
The group is a top level group and does not have a parent.
One or more input arguments was invalid.
User Guide References
Was this helpful?