IOutputHandler implementation that is responsible for writing shared resources to GraphML.

Namespace: yWorks.yFiles.GraphML.Writer
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class ReferencesOutputHandler : IOutputHandler
Visual Basic
Public Class ReferencesOutputHandler _
	Implements IOutputHandler

Remarks

This class is used to write the XML representation of the referenced objects. The actual references themselves are not written by this handler.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.GraphML.Writer..::..GraphMLWriter..::..ReferencesOutputHandler

See Also