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

Syntax

C#
public static string getAttributeValue(
	XmlNode node,
	string name
)
Visual Basic
Public Shared Function getAttributeValue ( _
	node As XmlNode, _
	name As String _
) As String

Parameters

node
Type: System.Xml..::..XmlNode
name
Type: System..::..String

See Also