DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Graph
Dijkstra Class
Dijkstra Properties
Distances Property
Predecessor Property
PredecessorSource Property
Stop Property
UsePredecessorSource Property
Visited Property
Dijkstra
Stop Property
User defined stopping criteria. If not set, distances to all vertices are calculated.
Namespace:
DHI.Mike1D.Generic.Graph
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
Func
<
int
,
bool
>
Stop
{
get
;
set
; }
Property Value
Type:
Func
Int32
,
Boolean
See Also
Reference
Dijkstra Class
DHI.Mike1D.Generic.Graph Namespace