API Documentation > Interface Classes > Class pfcDetailGroupItem
Class pfcDetailGroupItem

# include <pfcDetail.h>

class
pfcDetailGroupItem
: public virtual
pfcDetailItem
{
xaideclare(pfcDetailGroupItem)
...
};


Description
This interface represents a detail group item in a Creo Parametric model.
See Also:
User Guide References:
Direct Known Subclasses:
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Methods Inherited from Class pfcDetailItem::
Method Summary
void
Draw ()
Draws a group detail item.
void
Erases a detail group item.
Gets a data object describing how a detail group item is constructed.
void
Changes the definition of a detail group item.
Method Detail
void
Erase
()
Erases a detail group item.
User Guide References:
Returns:
void
Draw
()
Draws a group detail item.
User Guide References:
Returns:
Gets a data object describing how a detail group item is constructed.
User Guide References:
Returns:
The data object describing the group item.
void
Modify
Changes the definition of a detail group item.
User Guide References:
Parameters:
Instructions
A data object describing how to construct the detail group item.
Returns:
Was this helpful?