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(pfcDetailSymbolGroupInstructions_ptr) and
pfcDetailSymbolGroup::GetInstructions()).
Method Summary
| |
| |
| |
| Creates a data object having a specific name and list of detail items. |
| |
| |
void | |
| |
| |
| The detail items contained in the symbol group. |
| |
| |
void | |
| |
| |
| The name of the symbol group. |
| |
| |
| |
| |
Method Detail
The name of the symbol group.
Manual References:
The detail items contained in the symbol group.
Manual References:
Creates a data object having a specific name and list of detail items.
Manual References:
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.