Click or drag to resize

mxCellPathCreate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates the cell path for the given cell. The cell path is a concatenation of the indices of all cells on the (finite) path to the root, eg. "0.0.0.1".

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

Parameters

cell
Type: imbSCI.Graph.MXGraph.modelmxICell
Cell whose path should be returned.

Return Value

Type: String
Returns the string that represents the path.
See Also