The AStarPathfinder type exposes the following members.
 Constructors
Constructors
| Name | Description | |
|---|---|---|
|  | AStarPathfinder | 
            Initializes a new instance of the AStarPathfinder class.
             | 
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | FindPath | 
            Determines a path for the given IDiagramConnection.
             | 
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | 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.
             | 





