DataQueryQueryConstraintsAtLink Method (LatLon, UInt64) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static ConstraintLinks[] QueryConstraintsAtLink(
LatLon[] points,
ulong linkId
)
Public Shared Function QueryConstraintsAtLink (
points As LatLon(),
linkId As ULong
) As ConstraintLinks()
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:
ConstraintLinksAn array of
ConstraintLinks.
See Also