DirectionLinkGetStreetLink Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a reference to the
StreetLink that this direction link travels over.
The street link can be used to obtain information such as the the time zone where the street lies and the
post codes for the street.
Note that the street link may cover more distance than the direction link. You can compare the FirstPoint
and LastPoint properties of the street link to the same-named properties of the direction link to determine
whether they represent the same portion of a street.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public StreetLink GetStreetLink()
Public Function GetStreetLink As StreetLink
Return Value
Type:
StreetLinkA
StreetLink.
See Also