API Documentation > Interfaces > Interface WDetailSymbolDefItem
Interface WDetailSymbolDefItem
Description
Extends the functionality of DetailSymbolDefItem
This is the actual type of Detail SymbolDef Items in Object Toolkit.
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem :
Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailItem :
Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailSymbolDefItem :
Method Summary
void
Add an attachment to the symbol definition.
LICENSE: 222
Copies symbol definition from one model to the other.
VisitEntities (VisitingClient visitingClient)
LICENSE: 222
VisitNotes (VisitingClient visitingClient)
Method Detail
CopyToAnotherModel
CopyToAnotherModel
(Model Model)
Copies symbol definition from one model to the other.
Parameters:
Model
The target model.
Returns:
The target model symbol definition.
VisitNotes
VisitNotes
(VisitingClient visitingClient)
Exceptions thrown (but not limited to):
XToolkitNotFound - No notes were found.
User Guide References:
Parameters:
visitingClient
Returns:
VisitEntities
VisitEntities
(VisitingClient visitingClient)
Exceptions thrown (but not limited to):
XToolkitNotFound - No entities were found.
User Guide References:
Parameters:
visitingClient
Returns:
AddAttachment
void
AddAttachment
(SymbolDefAttachment Attachment)
Add an attachment to the symbol definition.
Exceptions thrown (but not limited to):
XToolkitOutOfMemory - Number of attachments more than 6 (max allowed).
Parameters:
Attachment
The attachment.
Returns:
Was this helpful?