Click or drag to resize

EngineNetFindReach Method

Overload List
  NameDescription
Public methodFindReach(String)
Finds the reach that contains the specified location. If none of the reaches contains the location null is returned. If more than span exist with the same reachId, the first found is returned.
Public methodFindReach(ILocation)
Finds the reach that contains the specified location. If none of the reaches contains the location null is returned. If location is exactly on a node, the location can exist on more than one reaches, the first in the list is returned.
Public methodFindReach(ILocation, Double)
Finds the reach that contains the specified location. If none of the reaches contains the location null is returned. If location is exactly on a node, the location can exist on more than one reaches, the first in the list is returned.
Top
See Also