Gets the collection of arrows that go out from this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get OutgoingArrows() As IArrows |
C++
Copy Code
|
|---|
public: |
A collection of Arrow objects.
RemarksReturns 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