LineStringPercentAlong Method | |
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
)
Public Function PercentAlong (
Loc As LatLon,
<OutAttribute> ByRef left As Boolean
) As Double
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:
DoubleThe distance of the provided location along the linestring, as a percentage.
See Also