A helper wrapping implementation of the GraphCopier..::..ICopyFactory interface that copies the contents of the node 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 NodeMapCopyFactory : GraphCopier..::..GraphDataCopyFactory
Visual Basic
Public Class NodeMapCopyFactory _
	Inherits GraphCopier..::..GraphDataCopyFactory

Remarks

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

Inheritance Hierarchy

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

See Also