Search
FlowChart.HighSpeedRouting Property
See Also
 



( a feature of FlowChartX Pro edition)

Obsolete.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_HighSpeedRouting ()
void put_HighSpeedRouting (
    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