Click or drag to resize

LogicalStreetLinkGet Method (StreetLink)

Verizon Connect Logo
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
)

Parameters

link
Type: Telogis.GeoBaseStreetLink
The underlying StreetLink from which to create the LogicalStreetLink.

Return Value

Type: LogicalStreetLink
A new LogicalStreetLink object.
See Also