Search
Arrow.DestinationBox Property
See Also
 



Gets the box the arrow is pointing to.

 Syntax

VB6  Copy Code

Public Property Get DestinationBox() As Box

C++  Copy Code

public:
Box* get_DestinationBox ()

 Property Value

A reference to a Box instance.

 Remarks

Returns the box to which the arrow's end point is linked; null reference (Nothing in Visual Basic) if the destination node is a table or if the arrow end point is not connected to a node.

 See Also