Click or drag to resize

mxGraphModelIsAncestor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

parent
Type: SystemObject
child
Type: SystemObject

Return Value

Type: Boolean

Implements

mxIGraphModelIsAncestor(Object, Object)
See Also