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()
Public Function GetGridPointSpan As ILocationSpan
public:
ILocationSpan^ GetGridPointSpan()
Return Value
Type:
ILocationSpanA span covering the valid area of the gridpoint.
See Also