Click or drag to resize

mxGraphGetDefaultParent Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the first child of the root in the model, that is, the first or default layer of the diagram.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object GetDefaultParent()
Request Example View Source

Return Value

Type: Object
Returns the default parent for new cells.
See Also