Gets the number of paths found by the last path-finding method invocation.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PathCount() As Long |
C++
Copy Code
|
|---|
public: |
A long value.
RemarksReturns the number of paths found with the last search operation - either through the FindShortestPath or FindAllPaths methods. The found paths are buffered and can be retrieved from the buffer using the GetPath method.
See Also