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

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