The AStarPathfinder type exposes the following members.

Constructors

  NameDescription
AStarPathfinder
Initializes a new instance of the AStarPathfinder class.

Methods

  NameDescription
FindPath
Determines a path for the given IDiagramConnection.

Properties

  NameDescription
FallbackPathfinder
Gets or sets an IPathfinder to fall back on if the A* algorithm cannot be used.
Instance
Gets a static instance of the AStarPathfinder class.

See Also