Search
DecisionLayout.StartNode Property
See Also
 



Gets or sets the initial (top-left) node in the arranged diagram.

 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

Reference to a node specifying the start node. The default is null (Nothing in Visual Basic).

 Remarks

If this property is null, the layout will select a start node automatically.

 See Also