Click or drag to resize

mxCellPathResolve Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the cell for the specified cell path using the given root as the root of the path.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static mxICell Resolve(
	mxICell root,
	string path
)
Request Example View Source

Parameters

root
Type: imbSCI.Graph.MXGraph.modelmxICell
Root cell of the path to be resolved.
path
Type: SystemString
String that defines the path.

Return Value

Type: mxICell
Returns the cell that is defined by the path.
See Also