Allows customization of some aspects of the graph path-finding algorithm.
SyntaxVB6
Copy Code
|
|---|
Public Class PathFindingOptions |
C++
Copy Code
|
|---|
class PathFindingOptions |
RemarksUse 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