Click or drag to resize

mxIGraphModelIsAncestor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given parent is an ancestor of child.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
bool IsAncestor(
	Object parent,
	Object child
)
Request Example View Source

Parameters

parent
Type: SystemObject
Cell that specifies the parent.
child
Type: SystemObject
Cell that specifies the child.

Return Value

Type: Boolean
Returns true if child is an ancestor of parent.
See Also