| Library | Module | Frames | Expand |
| Property | Elements | as IpfcDetailItems |
| Sequence of detail items contained in the group. | ||
| Property | IsDisplayed | as Boolean [optional] |
| true if the group is displayed in the drawing, otherwise false. | ||
| Property | Name | as String |
| The name of the detail group. | ||
| Function | CCpfcDetailGroupInstructions.Create (inName as String, inElements as IpfcDetailItems) as IpfcDetailGroupInstructions | |
| Creates an instructions data object used to describe the construction of a detail group, for use in the methods IpfcDetailItemOwner.CreateDetailItem() and IpfcDetailGroupItem.Modify(). | ||
| Property | Elements | as IpfcDetailItems |
|
Sequence of detail items contained in the group. Exceptions thrown (but not limited to): IpfcXToolkitInvalidType - Invalid type of one of item. IpfcXToolkitOutOfMemory - Not enough memory. IpfcXToolkitNotFound - The group does not contain any items. |
| Property | IsDisplayed | as Boolean [optional] |
|
true if the group is displayed in the drawing, otherwise false. |
| Property | Name | as String |
|
The name of the detail group. |
| Function | CCpfcDetailGroupInstructions.Create | (inName as String, inElements as IpfcDetailItems) as IpfcDetailGroupInstructions |
|
Creates an instructions data object used to describe the construction of a detail group, for use in the methods IpfcDetailItemOwner.CreateDetailItem() and IpfcDetailGroupItem.Modify().
|