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

Definition

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

Property Value

EngineDataItemAllArrayDouble

See Also