MultiLineDistanceTo Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculate the shortest distance from a specified point to this multi-line.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override double DistanceTo(
LatLon location,
DistanceUnit units
)
Public Overrides Function DistanceTo (
location As LatLon,
units As DistanceUnit
) As Double
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The specified point, as a LatLon. - units
- Type: Telogis.GeoBaseDistanceUnit
The distance units of the calculated distance.
Return Value
Type:
DoubleThe shortest distance, in the specified units.
See Also