Gets a collection of all arrows in the diagram.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Arrows() As IArrows |
C++
Copy Code
|
|---|
public: |
A collection of Arrow objects.
RemarksA collection of all arrows in the current FlowChartX document. The collection can be enumerated, which allows each arrow' properties and methods to be accessed.
See Also