Search
Table.IncomingArrows Property
See Also
 



Gets the collection of arrows that enter into this table.

 Syntax

VB6  Copy Code

Public Property Get IncomingArrows() As IArrows

C++  Copy Code

public:
IArrows* get_IncomingArrows ()

 Property Value

A collection of Arrow objects.

 Remarks

Returns a collection of arrows that relate other nodes to this table. Only arrows that connect to the table as a whole entity can be accessed via IncomingArrows. Arrows that connect to a specific row of the table can be accessed via GetRowIncomingArrows. How end-users are allowed to link arrows to a table is specified through LinkStyle.

 See Also