Dijkstra.Add Method

Adds a node to the dijkstra graph, returning a reference to itself.
Public Function Add( _ 
ByVal node As DijkstraNode
) As DijkstraNode
This language is not supported or no code example is available.
public DijkstraNode Add( 
DijkstraNode node 
)
This language is not supported or no code example is available.
public:  
DijkstraNode^ Add( 
DijkstraNode^ node 
)
This language is not supported or no code example is available.
public function Add( 
node : DijkstraNode 
) : DijkstraNode;
This language is not supported or no code example is available.

Parameters

node
DijkstraNode

Return Value

DijkstraNode

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition