Library | Module

Interface IpfcDetailSymbolGroupInstructions



Description

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



Property Summary

PropertyItemsas IpfcDetailItems
The detail items contained in the symbol group.
PropertyNameas String
The name of the symbol group.



Method Summary

FunctionCCpfcDetailSymbolGroupInstructions.Create (Name as String, Items as IpfcDetailItems) as IpfcDetailSymbolGroupInstructions
Creates a data object having a specific name and list of detail items.



Property Detail


PropertyItemsas IpfcDetailItems

The detail items contained in the symbol group.




PropertyNameas String

The name of the symbol group.





Method Detail


FunctionCCpfcDetailSymbolGroupInstructions.Create (Name as String, Items as IpfcDetailItems) as IpfcDetailSymbolGroupInstructions

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.