Search
FlowChart.PathFindingOptions Property
See Also
 



Gets an object which allows customizing how the path-finding algorithm works.

 Syntax

VB6  Copy Code

Public Property Get PathFindingOptions() As PathFindingOptions

C++  Copy Code

public:
PathFindingOptions* get_PathFindingOptions ()

 Property Value

An instance of the PathFindingOptions class.

 Remarks

Allows customizing some aspects of the graph path-finding algorithm.

 See Also