An implementation of the copy factory interface used by GraphCopier that can be used by implementations of LayoutGraph .

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class LayoutGraphCopyFactory : GraphCopier..::..ICopyFactory
Visual Basic
Public Class LayoutGraphCopyFactory _
	Implements GraphCopier..::..ICopyFactory

Remarks

An implementation of the copy factory interface used by GraphCopier that can be used by implementations of LayoutGraph .

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..LayoutGraphCopyFactory

See Also