| EngineNetFindReach Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | FindReach(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.
             | 
|  | FindReach(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.
             | 
|  | FindReach(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.
             | 
 See Also
See Also