Gets a path found by a previous FindAllPaths invocation.
SyntaxVB6
Copy Code
|
|---|
Public Function GetPath( _ |
C++
Copy Code
|
|---|
public: |
A collection of Arrow objects representing the path between two nodes.
RemarksFindShortestPath and FindAllPaths methods put the found paths in a buffer, from which they can be retrieved using this method. The number of buffered paths is returned by the PathCount property.
See Also