Click or drag to resize

QueryConstraintsArgs Constructor (LatLon, UInt64)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a link constraints request from the points and link ID provided.

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

Parameters

points
Type: Telogis.GeoBaseLatLon
The LatLon points to query for constraints.
linkId
Type: SystemUInt64
The link ID to filter the results by.
See Also