Click or drag to resize

mxGraphModelUpdateEdgeParents Method (Object, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the parents of the edges connected to the given cell and all its descendants so that the edge is contained in the nearest-common-ancestor.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void UpdateEdgeParents(
	Object cell,
	Object root
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose edges should be checked and updated.
root
Type: SystemObject
Root of the cell hierarchy that contains all cells.
See Also