Click or drag to resize

DataQueryQueryConstraintsAtLink Method (LatLon, UInt64)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets an array of ConstraintLinks that affect the link represented by the given LatLon array points and UInt64 linkId.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static ConstraintLinks[] QueryConstraintsAtLink(
	LatLon[] points,
	ulong linkId
)

Parameters

points
Type: Telogis.GeoBaseLatLon
Should contain all points that are the first or last point of an underlying StreetLink.
linkId
Type: SystemUInt64
The vendor link id of the link to match.

Return Value

Type: ConstraintLinks
An array of ConstraintLinks.
See Also