Allows customization of some aspects of the graph path-finding algorithm.
The following tables list the members exposed by the PathFindingOptions type.
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets a value indicating whether a graph vertex/node can be included more than once in a path. |
|
![]() |
Gets or sets a value indicating whether the direction of links should be considered when looking for paths. |
|
![]() |
Gets or sets a value indicating whether reflexive links should be included in paths. |
See Also