Click or drag to resize

mxCodecGetElementById Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the element with the given ID from the document.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public XmlNode GetElementById(
	string id
)
Request Example View Source

Parameters

id
Type: SystemString
ID of the element to be returned.

Return Value

Type: XmlNode
Returns the element for the given ID.
See Also