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

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

Remarks

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

See Also