The copy factory interface used by GraphCopier to delegate the actual work to.

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 interface ICopyFactory
Visual Basic
Public Interface ICopyFactory

Remarks

The copy factory interface used by GraphCopier to delegate the actual work to.

See Also