Click or drag to resize

StreetLinkLAddrNRef 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 number of the last property on the left of the street at the non-reference end.

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

Property Value

Type: Int32
Examples
C#
int lastLeftNR = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.630616, -117.915277)).StreetLink.LAddrNRef;
See Also