Library | Module

Class pfcDetailSymbolGroup



Description

This interface represents a symbol group contained in a drawing symbol.
Direct Parent Classes:
pfcObject



Property Summary

/* readonly */ pfcDetailSymbolDefItemParentDefinition
The symbol definition of the given group.
/* readonly */  /* optional */ pfcDetailSymbolGroupParentGroup
The parent symbol group of the level to which the given group belongs.



Method Summary

voidDelete ()
To delete the given symbol group.
pfcDetailSymbolGroupInstructionsGetInstructions ()
To get the instructions object describing how the symbol group is constructed.
/* optional */ pfcDetailSymbolGroupsListChildren ()
To list the subgroups of the given symbol group.
voidModify (pfcDetailSymbolGroupInstructions Instructions)
To modify the given symbol group.



Property Detail


/* readonly */ pfcDetailSymbolDefItemParentDefinition

The symbol definition of the given group.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - The group is a top level group and does not have a parent.






/* readonly */  /* optional */ pfcDetailSymbolGroupParentGroup

The parent symbol group of the level to which the given group belongs.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - The group is a top level group and does not have a parent.







Method Detail


voidDelete ()

To delete the given symbol group.



pfcDetailSymbolGroupInstructionsGetInstructions ()

To get the instructions object describing how the symbol group is constructed.
Returns:
The symbol group instructions object.



/* optional */ pfcDetailSymbolGroupsListChildren ()

To list the subgroups of the given symbol group.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - No groups are stored in the symbol definition at this level.


Returns:
The list of sub groups.



voidModify (pfcDetailSymbolGroupInstructions Instructions)

To modify the given symbol group.
Parameters:
Instructions
The instructions for modification of symbol group.