LinkIdSelection Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a LinkIdSelection that will select a link with the specified Link ID.
Namespace:
Telogis.GeoBase.Routing.LinkEdit
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LinkIdSelection(
LatLon loc,
ulong linkId
)
Public Sub New (
loc As LatLon,
linkId As ULong
)
Parameters
- loc
- Type: Telogis.GeoBaseLatLon
The location of the link. - linkId
- Type: SystemUInt64
The link's Link ID.
Remarks
The location of the link is not used internally by GeoBase, but it can be used by the
user to easily find the intended link if the edit is read from the database.
See Also