Search
AnnealLayout.BeginArrange Method
See Also
 






Initializes the layout object for a step-by-step execution.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool BeginArrange (
    Diagram diagram,
    DiagramItemCollection items
)

Visual Basic  Copy Code

Public Function BeginArrange( _
    diagram As Diagram, _
    items As DiagramItemCollection _
) As Boolean

 Parameters

diagram

The Diagram that will be arranged.

items

A collection of nodes and links from diagram that define the subgraph to arrange.

 Return Value

true if the layout object has been initialized successfully; otherwise, false.

 See Also