API Documentation > Classes > Class pfcDetailEntityItem
Class pfcDetailEntityItem
Description
This interface represents a detail entity item in a Creo Parametric model.
See Also:
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ /* optional */ pfcDetailSymbolDefItem
The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.
Method Summary
void
Draw ()
Draws a detail entity item.
void
Erases a detail entity item.
Returns the data used to construct the detail entity item.
void
Modifies the definition of a an entity item.
Property Detail
/* readonly */ /* optional */ pfcDetailSymbolDefItem
SymbolDef
The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.
Method Detail
void
Draw
()
Draws a detail entity item.
User Guide References:
void
Erase
()
Erases a detail entity item.
User Guide References:
GetInstructions
()
Returns the data used to construct the detail entity item.
Returns:
The instructions data object.
User Guide References:
void
Modify
Modifies the definition of a an entity item.
Parameters:
Instructions
The instructions data object to use for the modification.
User Guide References:
Was this helpful?