Search
FlowChart.RerouteArrows Property
See Also
 



( a feature of FlowChartX Pro edition)

Obsolete.

 Syntax

VB6  Copy Code

Public Property Get RerouteArrows() As ERerouteArrow
Public Property Let RerouteArrows( _
    ByVal Value As ERerouteArrow _
)

C++  Copy Code

public:
ERerouteArrow get_RerouteArrows ()
void put_RerouteArrows (
    ERerouteArrow value
)

 Property Value

A member of the ERerouteArrow enumeration.

 Remarks

This property is now considered obsolete and its value is not used anymore; it will be removed from version 5 of the component. For tuning the routing algorithm use the members of the RoutingOptions class.

 See Also