GridPointGetGridPointSpan Method

Get the ILocationSpan around this gridpoint where the values are valid, usually the span from the previous gridpoint to the next gridpoint in the reach.

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 ILocationSpan GetGridPointSpan()

Return Value

ILocationSpan
A span covering the valid area of the gridpoint.

See Also