PolygonFenceCreateFromStreetLinks Method | |
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
)
Public Shared Function CreateFromStreetLinks (
all_links As ArrayList
) As GeoFenceCollection
Parameters
- all_links
- Type: System.CollectionsArrayList
An array of street links.
Return Value
Type:
GeoFenceCollectionA GeoFence collection containing the supplied street links.
See Also