Library | Module

Class pfcDetailSymbolGroupInstructions



Description

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



Property Summary

pfcDetailItemsItems
The detail items contained in the symbol group.
stringName
The name of the symbol group.



Method Summary

static pfcDetailSymbolGroupInstructionsCreate (string Name, pfcDetailItems Items)
Creates a data object having a specific name and list of detail items.



Property Detail


pfcDetailItemsItems

The detail items contained in the symbol group.




stringName

The name of the symbol group.





Method Detail


static pfcDetailSymbolGroupInstructionsCreate (string Name, pfcDetailItems Items)

Creates a data object having a specific name and list of detail items.
Parameters:
Name
The name of the symbol group.
Items
The detail items to be included in the symbol group.
Returns:
The symbol group instructions object.