Library | Module

Interface IpfcDetailEntityItem



Description

This interface represents a detail entity item in a Creo Parametric model.
See Also:
IpfcDetailItemOwner.GetDetailItem(), IpfcDetailItemOwner.ListDetailItems(), IpfcDetailItemOwner.CreateDetailItem(), IpfcDetailSymbolDefItem.GetDetailItem(), IpfcDetailSymbolDefItem.ListDetailItems(), IpfcDetailSymbolDefItem.CreateDetailItem()
Direct Parent Classes:
IpfcDetailItem



Property Summary

PropertySymbolDefas IpfcDetailSymbolDefItem [readonly, optional]
The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.



Method Summary

SubDraw ()
Draws a detail entity item.
SubErase ()
Erases a detail entity item.
FunctionGetInstructions () as IpfcDetailEntityInstructions
Returns the data used to construct the detail entity item.
SubModify (Instructions as IpfcDetailEntityInstructions)
Modifies the definition of a an entity item.



Property Detail


PropertySymbolDefas IpfcDetailSymbolDefItem [readonly, optional]

The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.





Method Detail


SubDraw ()

Draws a detail entity item.



SubErase ()

Erases a detail entity item.



FunctionGetInstructions () as IpfcDetailEntityInstructions

Returns the data used to construct the detail entity item.
Returns:
The instructions data object.



SubModify (Instructions as IpfcDetailEntityInstructions)

Modifies the definition of a an entity item.
Parameters:
Instructions
The instructions data object to use for the modification.