Click or drag to resize

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.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ILocationSpan GetGridPointSpan()

Return Value

Type: ILocationSpan
A span covering the valid area of the gridpoint.
See Also