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
The detail items contained in the symbol group.
The name of the symbol group.
Method Detail
Function | CCpfcDetailSymbolGroupInstructions.Create | |
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.