Gets an object which allows customizing how the path-finding algorithm works.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PathFindingOptions() As PathFindingOptions |
C++
Copy Code
|
|---|
public: |
An instance of the PathFindingOptions class.
RemarksAllows customizing some aspects of the graph path-finding algorithm.
See Also