| Library | Module | Frames | Expand |
| Property | ParentDefinition | as IpfcDetailSymbolDefItem |
| The symbol definition of the given group. | ||
| Property | ParentGroup | as IpfcDetailSymbolGroup [readonly, optional] |
| The parent symbol group of the level to which the given group belongs. | ||
| Sub | Delete () | |
| To delete the given symbol group. | ||
| Function | GetInstructions () as IpfcDetailSymbolGroupInstructions | |
| To get the instructions object describing how the symbol group is constructed. | ||
| Function | ListChildren () as IpfcDetailSymbolGroups [optional] | |
| To list the subgroups of the given symbol group. | ||
| Sub | Modify (Instructions as IpfcDetailSymbolGroupInstructions) | |
| To modify the given symbol group. | ||
| Property | ParentDefinition | as IpfcDetailSymbolDefItem |
|
The symbol definition of the given group. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The group is a top level group and does not have a parent. |
| Property | ParentGroup | as IpfcDetailSymbolGroup [readonly, optional] |
|
The parent symbol group of the level to which the given group belongs. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The group is a top level group and does not have a parent. |
| Sub | Delete | () |
|
To delete the given symbol group. |
| Function | GetInstructions | () as IpfcDetailSymbolGroupInstructions |
|
To get the instructions object describing how the symbol group is constructed.
|
| Function | ListChildren | () as IpfcDetailSymbolGroups [optional] |
|
To list the subgroups of the given symbol group. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - No groups are stored in the symbol definition at this level.
|
| Sub | Modify | (Instructions as IpfcDetailSymbolGroupInstructions) |
|
To modify the given symbol group.
|