Click or drag to resize

mxCellSetAttribute Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the specified attribute on the user object if it is an XML node.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void SetAttribute(
	string name,
	string value
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the attribute whose value should be set.
value
Type: SystemString
New value of the attribute.
See Also