API Documentation > Classes > Interface IpfcDetailSymbolGroupInstructions
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
Property
The detail items contained in the symbol group.
Property
as String
The name of the symbol group.
Method Summary
Function
Creates a data object having a specific name and list of detail items.
Property Detail
Property
Items
The detail items contained in the symbol group.
Property
Name
as String
The name of the symbol group.
Method Detail
Function
CCpfcDetailSymbolGroupInstructions.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.
Was this helpful?