Library | Module

Class pfcDetailEntityItem



Description

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



Property Summary

/* readonly */  /* optional */ pfcDetailSymbolDefItemSymbolDef
The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.



Method Summary

voidDraw ()
Draws a detail entity item.
voidErase ()
Erases a detail entity item.
pfcDetailEntityInstructionsGetInstructions ()
Returns the data used to construct the detail entity item.
voidModify (pfcDetailEntityInstructions Instructions)
Modifies the definition of a an entity item.



Property Detail


/* readonly */  /* optional */ pfcDetailSymbolDefItemSymbolDef

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





Method Detail


voidDraw ()

Draws a detail entity item.



voidErase ()

Erases a detail entity item.



pfcDetailEntityInstructionsGetInstructions ()

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



voidModify (pfcDetailEntityInstructions Instructions)

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