Instructions
Methods Introduced:
The method pfcDetail.pfcDetail.DetailSymbolGroupInstructions_Create creates the pfcDetail.DetailSymbolGroupInstructions data object that stores the name of the symbol group and the list of detail items to be included in the symbol group.
* 
Changes to the values of the pfcDetail.DetailSymbolGroupInstructions data object do not take effect until this object is used to modify the instance using the method pfcDetail.DetailSymbolGroup.Modify.
The method pfcDetail.DetailSymbolGroupInstructions.GetItems returns the list of detail items included in the symbol group.
The method pfcDetail.DetailSymbolGroupInstructions.SetItems sets the list of detail items to be included in the symbol group.
The method pfcDetail.DetailSymbolGroupInstructions.GetName returns the name of the symbol group.
The method pfcDetail.DetailSymbolGroupInstructions.SetName assigns the name of the symbol group.
Was this helpful?