Library | Package Java Toolkit

Interface DetailSymbolGroupInstructions

package com.ptc.pfc.pfcDetail;

public interface DetailSymbolGroupInstructions
  extends jxobject



Description

This interface contains information used to describe a symbol group. It may be used for modifying/accessing existing symbol groups (DetailSymbolGroup.Modify(DetailSymbolGroupInstructions) and DetailSymbolGroup.GetInstructions()).



Method Summary
DetailItemsGetItems ()
    Get method for attribute "Items"
    The detail items contained in the symbol group.
StringGetName ()
    Get method for attribute "Name"
    The name of the symbol group.
voidSetItems (DetailItems value)
    Set method for attribute "Items"
    The detail items contained in the symbol group.
voidSetName (String value)
    Set method for attribute "Name"
    The name of the symbol group.

Method Detail

GetName/SetName

StringGetName ()
voidSetName (String value)


    The name of the symbol group.
Manual References:
Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups



GetItems/SetItems

DetailItemsGetItems ()
voidSetItems (DetailItems value)


    The detail items contained in the symbol group.
Manual References:
Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups, Drawings: Detail Symbol Groups