StreetLinkLAddrNRef Property | |
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; }
Public MustOverride ReadOnly Property LAddrNRef As Integer
Get
Property Value
Type:
Int32Examples int lastLeftNR = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.630616, -117.915277)).StreetLink.LAddrNRef;
See Also