Click or drag to resize

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

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IReadOnlyList<ILocationSpan> GetHPointToHPointLocationSpans()

Return Value

Type: IReadOnlyListILocationSpan

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

See Also