Creates the graph that should be used for roundtripping. This method registers various IMapper instances with the graph's mapper registry using the key constants provided by this class. Also, the mappers that were added using AddMapper<(Of <<'(K, V>)>>)(Object, String, KeyScope, KeyType) are registered with the mapper registry.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public virtual IGraph CreateRoundtripGraph()
Visual Basic
Public Overridable Function CreateRoundtripGraph As IGraph

Return Value

An instance that can be used for reading and writing graphs.

See Also