Click or drag to resize

StreetLinkLinkId Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to get the unique identifier for this link from the underlying dataset.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract ulong LinkId { get; }

Property Value

Type: UInt64
Examples
C#
ulong linkID = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.476036, -117.697573)).StreetLink.LinkId;
Console.WriteLine("The unique ID number representing this link is {0}", linkID);
// The unique ID number representing this link is 723382341
See Also