User's Guide > Drawings > Detail Groups > Instructions
Instructions
Method and Properties Introduced:
The method CCpfcDetailGroupInstructions.Create() creates an instruction data object that describes how to construct a detail group for use in pfcDetailItemOwner.CreateDetailItem() and IpfcDetailGroupItem.Modify().
* 
Changes to the values of a IpfcDetailGroupInstructions object do not take effect until that instructions object is used to modify the group using IpfcDetailGroupItem.Modify().
The property IpfcDetailGroupInstructions.Name returns the name of the detail group.
The property IpfcDetailGroupInstructions.Elements returns the sequence of the detail items(notes, groups and entities) contained in the group.
The property IpfcDetailGroupInstructions.IsDisplayed returns whether the detail group is displayed in the drawing.
Was this helpful?