Library | Package Java Toolkit

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:
WDetailSymbolGroup



Method Summary
voidDelete ()
    To delete the given symbol group.
DetailSymbolGroupInstructionsGetInstructions ()
    To get the instructions object describing how the symbol group is constructed.
DetailSymbolDefItemGetParentDefinition ()
    Get method for attribute "ParentDefinition"
    The symbol definition of the given group.
/*optional*/ DetailSymbolGroupGetParentGroup ()
    Get method for attribute "ParentGroup"
    The parent symbol group of the level to which the given group belongs.
/*optional*/ DetailSymbolGroupsListChildren ()
    To list the subgroups of the given symbol group.
voidModify (DetailSymbolGroupInstructions Instructions)
    To modify the given symbol group.

Method Detail

GetParentGroup

/*optional*/ DetailSymbolGroupGetParentGroup ()


    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.


Manual References:
Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups



GetParentDefinition

DetailSymbolDefItemGetParentDefinition ()


    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.


Manual References:
Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups



ListChildren

/*optional*/ DetailSymbolGroupsListChildren ()


    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.


Manual References:
Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups
Returns:
The list of sub groups.


GetInstructions

DetailSymbolGroupInstructionsGetInstructions ()


    To get the instructions object describing how the symbol group is constructed.
Manual References:
Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups
Returns:
The symbol group instructions object.


Modify

voidModify (DetailSymbolGroupInstructions Instructions)


    To modify the given symbol group.
Manual References:
Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups
Parameters:
Instructions
The instructions for modification of symbol group.
Returns:


Delete

voidDelete ()


    To delete the given symbol group.
Manual References:
Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups
Returns: