Click or drag to resize

MultiLineDistanceTo Method

Verizon Connect Logo
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
)

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: Double
The shortest distance, in the specified units.
See Also