Click or drag to resize

mxIGraphLayoutexecute Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Executes the layout for the children of the specified parent.

Namespace:  imbSCI.Graph.MXGraph.layout
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void execute(
	Object parent
)
Request Example View Source

Parameters

parent
Type: SystemObject
Parent cell that contains the children to be layed out.
See Also