Search
AnnealLayout.MultipleGraphsPlacement Property
See Also
 



Gets or sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

 Syntax

VB6  Copy Code

Public Property Get MultipleGraphsPlacement() As EMultipleGraphsPlacement
Public Property Let MultipleGraphsPlacement( _
    ByVal Value As EMultipleGraphsPlacement _
)

C++  Copy Code

public:
EMultipleGraphsPlacement get_MultipleGraphsPlacement ()
void put_MultipleGraphsPlacement (
    EMultipleGraphsPlacement value
)

 Property Value

A member of the EMultipleGraphsPlacement enumeration. The default is mgpHorizontal.

 Remarks

If a diagram contains several unconnected sub-graphs, it is possible to specify which of them to be laid out by specifying a root node. If the root is specified, all nodes and links that can be reached from it define the sub-graph to be arranged. In such a case, other items in the diagram are not affected by a call to ArrangeDiagram.

 See Also