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.
Manual References:
GetItems
()
void
SetItems
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.
Was this helpful?