Click or drag to resize

PolygonFenceCreateFromStreetLinks Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a GeoFence collection containing the street links provided.

Namespace:  Telogis.GeoBase.GeoFence
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static GeoFenceCollection CreateFromStreetLinks(
	ArrayList all_links
)

Parameters

all_links
Type: System.CollectionsArrayList
An array of street links.

Return Value

Type: GeoFenceCollection
A GeoFence collection containing the supplied street links.
See Also