API Documentation > Interfaces > Interface DetailSymbolGroup
Interface DetailSymbolGroup

package com.ptc.pfc.pfcDetail;

public interface
DetailSymbolGroup
extends
com.ptc.pfc.pfcObject.Object


Description
This interface represents a symbol group contained in a drawing symbol.
Direct Known Subclasses:
User Guide References:
Method Summary
void
To delete the given symbol group.
To get the instructions object describing how the symbol group is constructed.
Get method for attribute "ParentDefinition"
The symbol definition of the given group.
/*cipOptional*/ DetailSymbolGroup
Get method for attribute "ParentGroup"
The parent symbol group of the level to which the given group belongs.
/*cipOptional*/ DetailSymbolGroups
To list the subgroups of the given symbol group.
void
To modify the given symbol group.
Method Detail
GetParentGroup
/*cipOptional*/ DetailSymbolGroup
GetParentGroup
()
The parent symbol group of the level to which the given group belongs.
Exceptions thrown (but not limited to):
XToolkitNotFound - The group is a top level group and does not have a parent.
User Guide References:
GetParentDefinition
GetParentDefinition
()
The symbol definition of the given group.
Exceptions thrown (but not limited to):
XToolkitNotFound - The group is a top level group and does not have a parent.
User Guide References:
ListChildren
/*cipOptional*/ DetailSymbolGroups
ListChildren
()
To list the subgroups of the given symbol group.
Exceptions thrown (but not limited to):
XToolkitNotFound - No groups are stored in the symbol definition at this level.
User Guide References:
Returns:
The list of sub groups.
GetInstructions
GetInstructions
()
To get the instructions object describing how the symbol group is constructed.
User Guide References:
Returns:
The symbol group instructions object.
Modify
void
Modify
To modify the given symbol group.
User Guide References:
Parameters:
Instructions
The instructions for modification of symbol group.
Returns:
Delete
void
Delete
()
To delete the given symbol group.
User Guide References:
Returns:
Was this helpful?