API Documentation > Interfaces > Interface DetailEntityItem
Interface DetailEntityItem

package com.ptc.pfc.pfcDetail;

public interface
DetailEntityItem
extends
com.ptc.pfc.pfcDetail.DetailItem


Description
This interface represents a detail entity item in a Creo Parametric model.
See Also:
Direct Known Subclasses:
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.
/*optional*/ DetailSymbolDefItem
Get method for attribute "SymbolDef"
The symbol definition the entity belongs to, ornull, if the entity is not a part of a symbol definition.
void
Modifies the definition of a an entity item.
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailItem :
Method Detail
GetSymbolDef
/*optional*/ DetailSymbolDefItem
GetSymbolDef
()
The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.
Manual References:
Draw
void
Draw
()
Draws a detail entity item.
Manual References:
Returns:
Erase
void
Erase
()
Erases a detail entity item.
Manual References:
Returns:
GetInstructions
GetInstructions
()
Returns the data used to construct the detail entity item.
Manual References:
Returns:
The instructions data object.
Modify
void
Modify
(DetailEntityInstructions Instructions)
Modifies the definition of a an entity item.
Manual References:
Parameters:
Instructions
The instructions data object to use for the modification.
Returns:
Was this helpful?