DataQueryQueryConstraintsAtPoint Method | |
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[] QueryConstraintsAtPoint(
LatLon point
)
Public Shared Function QueryConstraintsAtPoint (
point As LatLon
) As ConstraintLinks()
Parameters
- point
- Type: Telogis.GeoBaseLatLon
The location of the first point of the link, which can be obtained
using FirstPoint.
Return Value
Type:
ConstraintLinksAn array of
ConstraintLinks.
See Also