Search
Arrow.Route Method
See Also
 



Routes this link, regardless of whether its AutoRoute flag is enabled.

 Syntax

VB6  Copy Code

Public Function Route () As Boolean

C++  Copy Code

public:
bool Route ()

 Return Value

true is a route has been successfully found; otherwise, false.

 Remarks

Routing might fail if there is a large background node whose Obstacle property is enabled, or if the value of RoutingOptions.GridSize is too big for the average distance between adjacent nodes in the diagram.

 See Also