Click or drag to resize

mxGraphModelUpdateEdgeParents Method (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the parents of the edges connected to the given cell and all its descendants so that each 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
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose edges should be checked and updated.
See Also