The IGraph type exposes the following members.

Methods

  NameDescription
GetEdges
Gets all the out-going edges of a given node
GetHeuristicValue
Gets the heuristic value between two nodes used in A* algorithm

Properties

  NameDescription
NodeCount
Gets the total number of nodes in the graph

See Also