Search
Table.OutgoingArrows Property
See Also
 



Gets the collection of arrows that go out from this table.

 Syntax

VB6  Copy Code

Public Property Get OutgoingArrows() As IArrows

C++  Copy Code

public:
IArrows* get_OutgoingArrows ()

 Property Value

A collection of Arrow objects.

 Remarks

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

 See Also