Utility class that conveniently converts an IGraph instance to a Graph instance.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Adapter (in yWorks.yFilesNET.Adapter.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class YGraphAdapter
Visual Basic
Public Class YGraphAdapter

Remarks

This class creates a structural copy of a given IGraph and provides convenience methods to convert entities from one instance to their corresponding representatives in the other instance.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..YGraphAdapter

See Also