StreetLinkLAddrRef 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 first property on the left of the street at the
reference end.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract int LAddrRef { get; }
Public MustOverride ReadOnly Property LAddrRef As Integer
Get
Property Value
Type:
Int32Examples int lastLeftR = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.630616, -117.915277)).StreetLink.LAddrRef;
See Also