A helper wrapping implementation of the GraphCopier..::..ICopyFactory interface that copies the contents of the edge maps from the source to the target graph.

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class EdgeMapCopyFactory : GraphCopier..::..GraphDataCopyFactory
Visual Basic
Public Class EdgeMapCopyFactory _
	Inherits GraphCopier..::..GraphDataCopyFactory

Remarks

A helper wrapping implementation of the GraphCopier..::..ICopyFactory interface that copies the contents of the edge maps from the source to the target graph.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms.Util..::..GraphCopier..::..GraphDataCopyFactory
    yWorks.yFiles.Algorithms.Util..::..GraphCopier..::..EdgeMapCopyFactory

See Also