EngineReachGetClosestDownstreamGridPointT Method (ILocation) |
Note: This API is now obsolete.
Find the specified type of gridpoint which is closest to the given location downstream.
It is assumed that the EngineReach max and mean chainages
are containing the given location (same location ID and
overlapping chainage).
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute]
public T GetClosestDownstreamGridPoint<T>(
ILocation location
)
where T : GridPoint
<ObsoleteAttribute>
Public Function GetClosestDownstreamGridPoint(Of T As GridPoint) (
location As ILocation
) As T
public:
[ObsoleteAttribute]
generic<typename T>
where T : GridPoint
T GetClosestDownstreamGridPoint(
ILocation^ location
)
Parameters
- location
- Type: DHI.Mike1D.GenericILocation
[Missing <param name="location"/> documentation for "M:DHI.Mike1D.Engine.EngineReach.GetClosestDownstreamGridPoint``1(DHI.Mike1D.Generic.ILocation)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:DHI.Mike1D.Engine.EngineReach.GetClosestDownstreamGridPoint``1(DHI.Mike1D.Generic.ILocation)"]
Return Value
Type:
TClosest HGridPoint, null if none exists
See Also