Search
LayeredLayout.StartNode Property
See Also
 



Gets or sets the node that should be placed in the first layer of the arranged graph.

 Syntax

VB6  Copy Code

Public Property Get StartNode() As Object
Public Property Let StartNode( _
    ByVal value As Object _
)

C++  Copy Code

public:
IDispatch* get_StartNode ()
void put_StartNode (
    IDispatch* value
)

 Property Value

A box or table object representing the start node.

 Remarks

If there is no start node specified, the algorithm automatically selects one based on other LayeredLayout properties, such as EnforceLinkFlow.

 See Also