Click or drag to resize

mxGraphModelUpdateEdgeParent Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inner helper method to update the parent of the specified edge to the nearest-common-ancestor of its two terminals.

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

Parameters

edge
Type: SystemObject
Specifies the edge to be updated.
root
Type: SystemObject
Current root of the model.
See Also