Click or drag to resize

mxGraphIsValidAncestor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns whether or not the specified parent is a valid ancestor of the specified cell, either direct or indirectly based on whether ancestor recursion is enabled.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool IsValidAncestor(
	Object cell,
	Object parent,
	bool recurse
)
Request Example View Source

Parameters

cell
Type: SystemObject
The possible child cell
parent
Type: SystemObject
The possible parent cell
recurse
Type: SystemBoolean
boolean whether or not to recurse the child ancestors

Return Value

Type: Boolean
See Also