Click or drag to resize

mxCellPathGetParentPath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the path for the parent of the cell represented by the given path. Returns null if the given path has no parent.

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

Parameters

path
Type: SystemString
Path whose parent path should be returned.

Return Value

Type: String
See Also