EngineReachGetHPointToHPointLocationSpans Method

Returns the location span from HGridPoint[0] to HGridPoint[1], HGridPoint[1] to HGridPoint[2] and so on. They are returned as ZLocationSpan to provide linear interpolation in Z between the two h-points.

For routing reaches, z values are not available and will be zero.

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 IReadOnlyList<ILocationSpan> GetHPointToHPointLocationSpans()

Return Value

IReadOnlyListILocationSpan

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineReach.GetHPointToHPointLocationSpans"]

See Also