Search
Arrow.OriginTable Property
See Also
 



Gets the table an arrow is coming out from.

 Syntax

VB6  Copy Code

Public Property Get OriginTable() As Table

C++  Copy Code

public:
Table* get_OriginTable ()

 Property Value

A reference to a Table instance.

 Remarks

Reference to the table from which the arrow comes out; null reference (Nothing in Visual Basic) if the origin node is a box or if the arrow origin is not connected to a node.

 See Also