Click or drag to resize

mxGraphModelGetNearestCommonAncestor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the nearest common ancestor for the specified cells.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object GetNearestCommonAncestor(
	Object cell1,
	Object cell2
)
Request Example View Source

Parameters

cell1
Type: SystemObject
Cell that specifies the first cell in the tree.
cell2
Type: SystemObject
Cell that specifies the second cell in the tree.

Return Value

Type: Object
Returns the nearest common ancestor of the given cells.
See Also