| Library | Module | Frames | Expand |
| pfcDetailItems | Elements | |
| Sequence of detail items contained in the group. | ||
| /* optional */ boolean | IsDisplayed | |
| true if the group is displayed in the drawing, otherwise false. | ||
| string | Name | |
| The name of the detail group. | ||
| static pfcDetailGroupInstructions | Create (string inName, pfcDetailItems inElements) | |
| Creates an instructions data object used to describe the construction of a detail group, for use in the methods pfcDetailItemOwner.CreateDetailItem() and pfcDetailGroupItem.Modify(). | ||
| pfcDetailItems | Elements |
|
Sequence of detail items contained in the group. Exceptions thrown (but not limited to): pfcXToolkitInvalidType - Invalid type of one of item. pfcXToolkitOutOfMemory - Not enough memory. pfcXToolkitNotFound - The group does not contain any items. |
| /* optional */ boolean | IsDisplayed |
|
true if the group is displayed in the drawing, otherwise false. |
| string | Name |
|
The name of the detail group. |
| static pfcDetailGroupInstructions | Create | (string inName, pfcDetailItems inElements) |
|
Creates an instructions data object used to describe the construction of a detail group, for use in the methods pfcDetailItemOwner.CreateDetailItem() and pfcDetailGroupItem.Modify().
|