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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public List<ZLocationSpan> GetHPointToHPointLocationSpans()

Return Value

Type: ListZLocationSpan
See Also