API Documentation > Interface Classes > Class pfcDetailSymbolGroupInstructions
Class pfcDetailSymbolGroupInstructions

# include <pfcDetail.h>

class
pfcDetailSymbolGroupInstructions
: public virtual
xobject
{
xdeclare(pfcDetailSymbolGroupInstructions)
...
};
This is a
COMPACT class.

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
GetName
()
void
SetName
(xrstring value)
The name of the symbol group.
User Guide References:
GetItems
()
void
SetItems
The detail items contained in the symbol group.
User Guide References:
Creates a data object having a specific name and list of detail items.
User Guide 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.
Was this helpful?