Click or drag to resize

DistanceCalculatorDistances Property

Distances from location to any other node and grid point in the network

The value double.MaxValue is used when the node/grid point is more than MaxDistance from the location, or if the node/grid-point is not reachable from the location

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public EngineDataItemAllArray<double> Distances { get; }

Property Value

Type: EngineDataItemAllArrayDouble
See Also