Creates a new Xml arrow for the given xml data.

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

Syntax

C#
public XmlArrow(
	XmlNode xmlNode
)
Visual Basic
Public Sub New ( _
	xmlNode As XmlNode _
)

Parameters

xmlNode
Type: System.Xml..::..XmlNode

See Also