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