Search
FlowChart.Arrows Property
See Also
 



Gets a collection of all arrows in the diagram.

 Syntax

VB6  Copy Code

Public Property Get Arrows() As IArrows

C++  Copy Code

public:
IArrows* get_Arrows ()

 Property Value

A collection of Arrow objects.

 Remarks

A 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