Click or drag to resize

DataQueryQueryConstraintsAtPoint Method

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 links starting at the given LatLon.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static ConstraintLinks[] QueryConstraintsAtPoint(
	LatLon point
)

Parameters

point
Type: Telogis.GeoBaseLatLon
The location of the first point of the link, which can be obtained using FirstPoint.

Return Value

Type: ConstraintLinks
An array of ConstraintLinks.
See Also