Search
FlowChart.MinimizeRouteSegments Property
See Also
 



( a feature of FlowChartX Pro edition)

Obsolete.

 Syntax

VB6  Copy Code

Public Property Get MinimizeRouteSegments() As Boolean
Public Property Let MinimizeRouteSegments( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_MinimizeRouteSegments ()
void put_MinimizeRouteSegments (
    bool value
)

 Property Value

 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