API Documentation > Interfaces > Interface DetailSymbolGroupInstructions
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()).
User Guide References:
Method Summary
Get method for attribute "Items"
The detail items contained in the symbol group.
String
Get method for attribute "Name"
The name of the symbol group.
void
Set method for attribute "Items"
The detail items contained in the symbol group.
void
SetName (String value)
Set method for attribute "Name"
The name of the symbol group.
Method Detail
GetName
String
GetName
()
SetName
void
SetName
(String value)
The name of the symbol group.
User Guide References:
GetItems
GetItems
()
SetItems
void
SetItems
(DetailItems value)
The detail items contained in the symbol group.
User Guide References:
Was this helpful?