A utility class that can be used to copy a graph's structure and possibly associated data to another instance.

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 GraphCopier
Visual Basic
Public Class GraphCopier

Remarks

A utility class that can be used to copy a graph's structure and possibly associated data to another instance. This class relies on implementations of GraphCopier..::..ICopyFactory that can either be any of the default implementations or any other implementation that can be associated with a Graph 's copy factory property .

Inheritance Hierarchy

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

See Also