Click or drag to resize

mxGraphModel Constructor (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new graph model. If no root is specified then a new root mxCell with a default layer is created.

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

Parameters

root
Type: SystemObject
Cell that represents the root cell.
See Also