QueryConstraintsArgs Constructor (LatLon, UInt64) | |
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
)
Public Sub New (
points As LatLon(),
linkId As ULong
)
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