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.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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