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