Search
Arrow.DestinationTable Property
See Also
 



Gets the table the arrow is pointing to.

 Syntax

VB6  Copy Code

Public Property Get DestinationTable() As Table

C++  Copy Code

public:
Table* get_DestinationTable ()

 Property Value

A reference to a Table instance.

 Remarks

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

 See Also