Click or drag to resize

mxCodecSetAttribute Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the attribute on the specified node to value. This is a helper method that makes sure the attribute and value arguments are not null.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static void SetAttribute(
	XmlNode node,
	string attribute,
	Object value
)
Request Example View Source

Parameters

node
Type: System.XmlXmlNode
XML node to set the attribute for.
attribute
Type: SystemString
Attributename to be set.
value
Type: SystemObject
New value of the attribute.
See Also