API Documentation > Interface Classes > Class pfcDetailItem
Class pfcDetailItem

# include <pfcDetail.h>

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


Description
This interface represents a detail item in Creo Parametric.
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::
Method Summary
void
Deletes a detail item.
Gets the type of a detail item.
Method Detail
GetDetailType
()
Gets the type of a detail item.
Returns:
The detail item type.
void
Delete
()
Deletes a detail item.
Exceptions thrown (but not limited to):
pfcXToolkitCantWrite - Could not delete the given item because it has read-only access.
Returns:
Was this helpful?