Gets the collection of arrows that enter into this box.
VB6
![]() |
---|
Public Property Get IncomingArrows() As IArrows |
C++
![]() |
---|
public: |
A collection of Arrow objects.
Returns a collection of all arrows that relate other nodes to this box. IncomingArrows allows enumerating each incoming arrow and accessing its properties and methods. If there are not arrows coming into the box, the collection Count property is zero.
FlowChartX Programmer's Guide | © 2023 MindFusion |