Search
PathFindingOptions Class
Remarks See Also
 



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

 Syntax

VB6  Copy Code

Public Class PathFindingOptions

C++  Copy Code

class PathFindingOptions

 Remarks

Use the PathFindingOptions member of the FlowChart class to access the sole instance of this class. Members of PathFindingOptions are used by the FindShortestPath, FindAllPaths and FindCycle methods.

 See Also