Search
PathFindingOptions Members
Properties
 


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

AllowRepeatingVertices

Gets or sets a value indicating whether a graph vertex/node can be included more than once in a path.

Directed

Gets or sets a value indicating whether the direction of links should be considered when looking for paths.

IgnoreReflexiveEdges

Gets or sets a value indicating whether reflexive links should be included in paths.

 See Also