Click or drag to resize

LogicalStreetLinkGet Method (Street)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a list of LogicalStreetLink objects containing all the StreetLinks in a Street.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static IList<LogicalStreetLink> Get(
	Street street
)

Parameters

street
Type: Telogis.GeoBaseStreet
The street to break down.

Return Value

Type: IListLogicalStreetLink
A list of LogicalStreetLinks inside the Street.
See Also