LogicalStreetLinkGet Method (StreetLink) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new LogicalStreetLink containing all
StreetLinks in the
same street with the same link ID.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static LogicalStreetLink Get(
StreetLink link
)
Public Shared Function Get (
link As StreetLink
) As LogicalStreetLink
Parameters
- link
- Type: Telogis.GeoBaseStreetLink
The underlying StreetLink from which to create the LogicalStreetLink.
Return Value
Type:
LogicalStreetLinkA new LogicalStreetLink object.
See Also