Click or drag to resize

mxCellGetAttribute Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the specified attribute from 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 string GetAttribute(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the attribute whose value should be returned.

Return Value

Type: String
Returns the value of the given attribute or null.
See Also