Library | Module

Interface IpfcDetailItem



Description

This interface represents a detail item in Creo Parametric.
See Also:
IpfcDetailItemOwner.GetDetailItem(), IpfcDetailItemOwner.ListDetailItems(), IpfcDetailItemOwner.CreateDetailItem(), IpfcDetailItemOwner.RetrieveSymbolDefinition(), IpfcDetailSymbolDefItem.GetDetailItem(), IpfcDetailSymbolDefItem.ListDetailItems(), IpfcDetailSymbolDefItem.CreateDetailItem()
Direct Parent Classes:
IpfcModelItem
Direct Known Subclasses:
IpfcDetailEntityItem, IpfcDetailNoteItem, IpfcDetailSymbolDefItem, IpfcDetailSymbolInstItem, IpfcDetailGroupItem, IpfcDetailOLEObject



Method Summary

SubDelete ()
Deletes a detail item.
FunctionGetDetailType () as IpfcDetailType
Gets the type of a detail item.



Method Detail


SubDelete ()

Deletes a detail item.

Exceptions thrown (but not limited to):

IpfcXToolkitCantWrite - Could not delete the given item because it has read-only access.





FunctionGetDetailType () as IpfcDetailType

Gets the type of a detail item.
Returns:
The detail item type.