API Documentation > Classes > Interface IpfcDetailGroupItem
Interface IpfcDetailGroupItem
Description
This interface represents a detail group item in a Creo Parametric model.
See Also:
Direct Parent Classes:
User Guide References:
Method Summary
Sub
Draw ()
Draws a group detail item.
Sub
Erases a detail group item.
Function
Gets a data object describing how a detail group item is constructed.
Sub
Changes the definition of a detail group item.
Method Detail
Sub
Draw
()
Draws a group detail item.
User Guide References:
Sub
Erase
()
Erases a detail group item.
User Guide References:
Function
GetInstructions
Gets a data object describing how a detail group item is constructed.
Returns:
The data object describing the group item.
User Guide References:
Sub
Modify
(Instructions as IpfcDetailGroupInstructions)
Changes the definition of a detail group item.
Parameters:
Instructions
A data object describing how to construct the detail group item.
User Guide References:
Was this helpful?