Search
LayeredLayout.EndNode Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
IDispatch* get_EndNode ()
void put_EndNode (
    IDispatch* value
)

 Property Value

A box or table object representing the end node.

 Remarks

This value is honored only if StartNode is specified too.

 See Also