Click or drag to resize

LineStringPercentAlong Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the distance that loc is from the start of the linestring, as a percentage.

Namespace:  Telogis.GeoBase.Geometry
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public double PercentAlong(
	LatLon Loc,
	out bool left
)

Parameters

Loc
Type: Telogis.GeoBaseLatLon
The LatLon location of interest.
left
Type: SystemBoolean
True if to the left when looking along the linestring; false if to the right.

Return Value

Type: Double
The distance of the provided location along the linestring, as a percentage.
See Also