ICopyDictionary
A dictionary of data representing a set of nodes and links and their corresponding copies, used during the copying process.
Свойства
Copies : IDataCollection
Gets the collection of copied nodes and copied links as an IDataCollection.
DestinationModel : IDiagramModel
Gets or sets the destination model for the copying operation.
SourceCollection : IDataCollection
Gets or sets the source collection of data to be copied for the copying operation.
SourceModel : IDiagramModel
Gets or sets the source model for the copying operation.
Методы
AddCopiedLink(object, object)
Declare the mapping of a source link data to a copied link data.
- srclinkdata
- dstlinkdata
AddCopiedNode(object, object)
Declare the mapping of a source node data to a copied node data.
- srcnodedata
- dstnodedata
ContainsSourceLink(object) : bool
This predicate is true if the given link data is in the source collection.
- srclinkdata
ContainsSourceNode(object) : bool
This predicate is true if the given node data is in the source collection.
- srcnodedata
RemoveSourceLink(object)
Remove any association between a source link data and any copied link data.
- srclinkdata
RemoveSourceNode(object)
Remove any association between a source node data and any copied node data.
- srcnodedata